[111988] trunk/dports/perl/p5-perlmagick/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Oct 8 08:19:28 PDT 2013


Revision: 111988
          https://trac.macports.org/changeset/111988
Author:   ryandesign at macports.org
Date:     2013-10-08 08:19:28 -0700 (Tue, 08 Oct 2013)
Log Message:
-----------
p5-perlmagick: ensure we don't try to use OpenMP flags which shouldn't be needed for PerlMagick anyway (#40692)

Modified Paths:
--------------
    trunk/dports/perl/p5-perlmagick/Portfile

Modified: trunk/dports/perl/p5-perlmagick/Portfile
===================================================================
--- trunk/dports/perl/p5-perlmagick/Portfile	2013-10-08 14:47:02 UTC (rev 111987)
+++ trunk/dports/perl/p5-perlmagick/Portfile	2013-10-08 15:19:28 UTC (rev 111988)
@@ -40,7 +40,7 @@
     build.dir               ${configure.dir}
 
     pre-configure {
-        system -W ${worksrcpath} "CC=${configure.cc} CXX=${configure.cxx} ./configure --prefix=${prefix} --with-quantum-depth=16 --with-perl=${perl5.bin}"
+        system -W ${worksrcpath} "CC=${configure.cc} CXX=${configure.cxx} ./configure --prefix=${prefix} --disable-openmp --with-quantum-depth=16 --with-perl=${perl5.bin}"
         system -W ${worksrcpath} "make perl-sources"
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131008/5799f588/attachment-0001.html>


More information about the macports-changes mailing list