[56825] trunk/dports/devel/libcryptopp

toby at macports.org toby at macports.org
Wed Sep 2 08:49:34 PDT 2009


Revision: 56825
          http://trac.macports.org/changeset/56825
Author:   toby at macports.org
Date:     2009-09-02 08:49:34 -0700 (Wed, 02 Sep 2009)
Log Message:
-----------
nuke bogus flags, fixes #21025 (libcryptopp on Snow Leopard)

Modified Paths:
--------------
    trunk/dports/devel/libcryptopp/Portfile

Added Paths:
-----------
    trunk/dports/devel/libcryptopp/files/
    trunk/dports/devel/libcryptopp/files/patch-GNUmakefile

Modified: trunk/dports/devel/libcryptopp/Portfile
===================================================================
--- trunk/dports/devel/libcryptopp/Portfile	2009-09-02 15:43:14 UTC (rev 56824)
+++ trunk/dports/devel/libcryptopp/Portfile	2009-09-02 15:49:34 UTC (rev 56825)
@@ -22,8 +22,10 @@
 		rmd160 8929795b654d7186b2b38714d22a57ea01862dbd
 use_zip		yes
 
-worksrcdir
+extract.mkdir	yes
 
+patchfiles	patch-GNUmakefile
+
 use_configure	no
 
 build.type	gnu

Added: trunk/dports/devel/libcryptopp/files/patch-GNUmakefile
===================================================================
--- trunk/dports/devel/libcryptopp/files/patch-GNUmakefile	                        (rev 0)
+++ trunk/dports/devel/libcryptopp/files/patch-GNUmakefile	2009-09-02 15:49:34 UTC (rev 56825)
@@ -0,0 +1,11 @@
+--- GNUmakefile.orig	2009-09-02 08:43:04.000000000 -0700
++++ GNUmakefile	2009-09-02 08:43:18.000000000 -0700
+@@ -29,7 +29,7 @@
+ 
+ ifneq ($(GCC34_OR_LATER) $(INTEL_COMPILER),0 0)
+ ifneq ($(GCC42_OR_LATER),0)
+-CXXFLAGS += -march=native -mtune=native
++CXXFLAGS += 
+ else
+ # -msse2 is in GCC 3.3, but it causes internal compiler error on salsa.cpp,
+ # so don't use it unless we're at GCC 3.4 or later
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090902/9de50224/attachment-0001.html>


More information about the macports-changes mailing list