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

sean at macports.org sean at macports.org
Sat Nov 23 08:39:52 PST 2013


Revision: 113780
          https://trac.macports.org/changeset/113780
Author:   sean at macports.org
Date:     2013-11-23 08:39:52 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
atlas: fix regex in post build

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

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2013-11-23 16:39:48 UTC (rev 113779)
+++ trunk/dports/math/atlas/Portfile	2013-11-23 16:39:52 UTC (rev 113780)
@@ -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} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131123/cdcd45f5/attachment.html>


More information about the macports-changes mailing list