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

sean at macports.org sean at macports.org
Sun Nov 24 07:52:10 PST 2013


Revision: 113831
          https://trac.macports.org/changeset/113831
Author:   sean at macports.org
Date:     2013-11-24 07:52:10 -0800 (Sun, 24 Nov 2013)
Log Message:
-----------
atlas: fix reinplace to match dynamic only once; fixes #40182

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

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2013-11-24 15:39:10 UTC (rev 113830)
+++ trunk/dports/math/atlas/Portfile	2013-11-24 15:52:10 UTC (rev 113831)
@@ -765,7 +765,7 @@
         set libdir ${build.dir}/lib
         reinplace "s|^LIBTOOL=.*$|LIBTOOL=\$\(GCC\) \$\(GCCFLAGS\)|" \
             ${libdir}/Makefile
-        reinplace "s|-dynamic.* |-dynamiclib |g" ${libdir}/Makefile
+        reinplace "s|-dynamic |-dynamiclib |g" ${libdir}/Makefile
 
         # On mono-processors machines, build libsatlas.dylib only
         if {${no_threads} == 1} {
@@ -782,7 +782,7 @@
             set libdir ${worksrcpath}-${arch}/build/lib
             reinplace "s|^LIBTOOL=.*$|LIBTOOL=\$\(GCC\) \$\(GCCFLAGS\)|" \
                 ${libdir}/Makefile
-            reinplace "s|dynamic|dynamiclib|g" ${libdir}/Makefile
+            reinplace "s|dynamic |dynamiclib |g" ${libdir}/Makefile
 
             # Same as above
             if {${no_threads} == 1} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131124/913d1cb6/attachment.html>


More information about the macports-changes mailing list