[82758] trunk/dports/math/atlas/Portfile

vince at macports.org vince at macports.org
Fri Aug 19 13:56:48 PDT 2011


Revision: 82758
          http://trac.macports.org/changeset/82758
Author:   vince at macports.org
Date:     2011-08-19 13:56:47 -0700 (Fri, 19 Aug 2011)
Log Message:
-----------
Generalize a patch to all archs (and not i386 only) since it seems needed.

Modified Paths:
--------------
    trunk/dports/math/atlas/Portfile

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2011-08-19 20:48:43 UTC (rev 82757)
+++ trunk/dports/math/atlas/Portfile	2011-08-19 20:56:47 UTC (rev 82758)
@@ -323,12 +323,13 @@
 		ui_debug	"patch to recursively remove directories on clean"
 		reinplace	"s|rm -f|rm -rf|g" ${atlas_path}/build/Makefile
 
+		system	"cd ${atlas_path}/build/src/pthreads/misc && \
+				patch < ${filespath}/patch-Makefile_pthreads_misc.diff"
+
 		#Second patch for i386
 		if { ${arch} == "i386" } {
 			system	"cd ${atlas_path}/build/src/threads && \
 					 patch < ${filespath}/patch-threads-i386.diff"
-			system	"cd ${atlas_path}/build/src/pthreads/misc && \
-					 patch < ${filespath}/patch-Makefile_pthreads_misc.diff"
 		}
 	}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110819/7d822301/attachment.html>


More information about the macports-changes mailing list