New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82758


Ignore:
Timestamp:
08/19/11 13:56:47 (4 years ago)
Author:
vince@…
Message:

Generalize a patch to all archs (and not i386 only) since it seems needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/math/atlas/Portfile

    r82722 r82758  
    324324                reinplace       "s|rm -f|rm -rf|g" ${atlas_path}/build/Makefile 
    325325 
     326                system  "cd ${atlas_path}/build/src/pthreads/misc && \ 
     327                                patch < ${filespath}/patch-Makefile_pthreads_misc.diff" 
     328 
    326329                #Second patch for i386 
    327330                if { ${arch} == "i386" } { 
    328331                        system  "cd ${atlas_path}/build/src/threads && \ 
    329332                                         patch < ${filespath}/patch-threads-i386.diff" 
    330                         system  "cd ${atlas_path}/build/src/pthreads/misc && \ 
    331                                          patch < ${filespath}/patch-Makefile_pthreads_misc.diff" 
    332333                } 
    333334        } 
Note: See TracChangeset for help on using the changeset viewer.