Changeset 82758
- Timestamp:
- 08/19/11 13:56:47 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/math/atlas/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/math/atlas/Portfile
r82722 r82758 324 324 reinplace "s|rm -f|rm -rf|g" ${atlas_path}/build/Makefile 325 325 326 system "cd ${atlas_path}/build/src/pthreads/misc && \ 327 patch < ${filespath}/patch-Makefile_pthreads_misc.diff" 328 326 329 #Second patch for i386 327 330 if { ${arch} == "i386" } { 328 331 system "cd ${atlas_path}/build/src/threads && \ 329 332 patch < ${filespath}/patch-threads-i386.diff" 330 system "cd ${atlas_path}/build/src/pthreads/misc && \331 patch < ${filespath}/patch-Makefile_pthreads_misc.diff"332 333 } 333 334 }
Note: See TracChangeset
for help on using the changeset viewer.

