summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius.kk@gmail.com>2016-02-12 09:55:52 -0600
committerKacper Kowalik <xarthisius.kk@gmail.com>2016-02-12 09:55:52 -0600
commit1ad98ebec2da0ef28d47dfed27c7b027b3d22641 (patch)
treee6cbc928291e6b1a87b99e3df4e2e9baaf398ed1 /dev-python/llvmpy/files/llvmpy-0.11.2-rpath.patch
parentDrop app-admin/python-updater (diff)
downloadxarthisius-1ad98ebec2da0ef28d47dfed27c7b027b3d22641.tar.gz
xarthisius-1ad98ebec2da0ef28d47dfed27c7b027b3d22641.tar.bz2
xarthisius-1ad98ebec2da0ef28d47dfed27c7b027b3d22641.zip
Drop old ebuildsHEADmaster
Diffstat (limited to 'dev-python/llvmpy/files/llvmpy-0.11.2-rpath.patch')
-rw-r--r--dev-python/llvmpy/files/llvmpy-0.11.2-rpath.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-python/llvmpy/files/llvmpy-0.11.2-rpath.patch b/dev-python/llvmpy/files/llvmpy-0.11.2-rpath.patch
deleted file mode 100644
index fffab3c..0000000
--- a/dev-python/llvmpy/files/llvmpy-0.11.2-rpath.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -137,6 +137,7 @@ check_call([sys.executable, 'llvmpy/build.py'])
-
- # generate shared objects
- extra_link_args = ldflags.split()
-+extra_link_args.append('-Wl,--rpath,%s' % libdir)
- kwds = dict(
- ext_modules = [
- Extension(