Modified: trunk/dports/python/py25-libmemcached/files/patch-setup.py.diff (95999 => 96000)
--- trunk/dports/python/py25-libmemcached/files/patch-setup.py.diff 2012-07-28 00:10:28 UTC (rev 95999)
+++ trunk/dports/python/py25-libmemcached/files/patch-setup.py.diff 2012-07-28 01:13:13 UTC (rev 96000)
@@ -1,11 +1,11 @@
---- setup.py.orig 2008-09-21 00:30:25.000000000 +0900
-+++ setup.py 2008-09-21 00:31:32.000000000 +0900
+--- setup.py.orig 2008-03-31 02:21:38.000000000 -0500
++++ setup.py 2012-07-27 20:11:41.000000000 -0500
@@ -12,7 +12,7 @@
# This assumes that libmemcache is installed with base /usr/local
ext_modules=[Extension('cmemcached', ['cmemcached.pyx'],
libraries=['memcached'],
- extra_link_args=['--no-undefined', '-Wl,-rpath=/usr/local/lib'],
-+ extra_link_args=['--no-undefined'],
++ extra_link_args=['-no-undefined'],
include_dirs = ["/usr/local/include", "/usr/local/include/libmemcached/"],
library_dirs = ["/usr/local/lib"],
)]