[97038] trunk/dports/devel/libmemcached/Portfile

pixilla at macports.org pixilla at macports.org
Fri Aug 24 16:54:41 PDT 2012


Revision: 97038
          https://trac.macports.org/changeset/97038
Author:   pixilla at macports.org
Date:     2012-08-24 16:54:39 -0700 (Fri, 24 Aug 2012)
Log Message:
-----------
devel/libmemcached:
- Fix build on 10.5.

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

Modified: trunk/dports/devel/libmemcached/Portfile
===================================================================
--- trunk/dports/devel/libmemcached/Portfile	2012-08-24 23:18:50 UTC (rev 97037)
+++ trunk/dports/devel/libmemcached/Portfile	2012-08-24 23:54:39 UTC (rev 97038)
@@ -57,8 +57,13 @@
 
 platform darwin 8 {
     patchfiles-append   no_memslap.diff
+    depends_build       port:gcc46
+    configure.compiler  macports-gcc-4.6
+    universal_variant   no
 }
 
 platform darwin 9 {
-    configure.compiler  gcc-4.2
+    depends_build       port:gcc46
+    configure.compiler  macports-gcc-4.6
+    universal_variant   no
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120824/76e8756f/attachment-0001.html>


More information about the macports-changes mailing list