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

jeremyhu at macports.org jeremyhu at macports.org
Mon Aug 19 23:19:18 PDT 2013


Revision: 109793
          https://trac.macports.org/changeset/109793
Author:   jeremyhu at macports.org
Date:     2013-08-19 23:19:18 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
libmemcached: Mavericks fix

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

Modified: trunk/dports/devel/libmemcached/Portfile
===================================================================
--- trunk/dports/devel/libmemcached/Portfile	2013-08-20 06:10:31 UTC (rev 109792)
+++ trunk/dports/devel/libmemcached/Portfile	2013-08-20 06:19:18 UTC (rev 109793)
@@ -63,3 +63,9 @@
     configure.compiler  macports-gcc-4.6
     universal_variant   no
 }
+
+platform darwin 13 {
+    post-patch {
+        reinplace "s:tr1/::" ${worksrcpath}/libmemcached-1.0/memcached.h
+    }
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130819/3a0d5053/attachment.html>


More information about the macports-changes mailing list