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

jmr at macports.org jmr at macports.org
Sat Apr 23 07:13:27 PDT 2011


Revision: 78093
          http://trac.macports.org/changeset/78093
Author:   jmr at macports.org
Date:     2011-04-23 07:13:27 -0700 (Sat, 23 Apr 2011)
Log Message:
-----------
libmemcached: fix build on 10.5 and theoretically 10.4 (#24021)

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

Modified: trunk/dports/devel/libmemcached/Portfile
===================================================================
--- trunk/dports/devel/libmemcached/Portfile	2011-04-23 14:12:38 UTC (rev 78092)
+++ trunk/dports/devel/libmemcached/Portfile	2011-04-23 14:13:27 UTC (rev 78093)
@@ -29,3 +29,10 @@
 variant hsieh description {include support for hsieh hashing } {
     configure.args-append  --enable-hsieh_hash
 }
+
+platform darwin 9 {
+    configure.compiler  gcc-4.2
+}
+platforms darwin 8 {
+    patchfiles-append   no_memslap.diff
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110423/63bd4b02/attachment.html>


More information about the macports-changes mailing list