summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2010-04-29 09:12:23 +0000
committerMarkus Ullmann <jokey@gentoo.org>2010-04-29 09:12:23 +0000
commitd24b169d245ca25fe6451b7d7f141137c91bc023 (patch)
tree2d9fd66542db0564cb78891db849ab3dc7c52e92 /dev-lang/unladen-swallow/files/fix-destdir-install.patch
parentRemove invalid stuff (diff)
downloadjokey-d24b169d245ca25fe6451b7d7f141137c91bc023.tar.gz
jokey-d24b169d245ca25fe6451b7d7f141137c91bc023.tar.bz2
jokey-d24b169d245ca25fe6451b7d7f141137c91bc023.zip
Add unladen swallow svn ebuild
svn path=/trunk/; revision=774
Diffstat (limited to 'dev-lang/unladen-swallow/files/fix-destdir-install.patch')
-rw-r--r--dev-lang/unladen-swallow/files/fix-destdir-install.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-lang/unladen-swallow/files/fix-destdir-install.patch b/dev-lang/unladen-swallow/files/fix-destdir-install.patch
new file mode 100644
index 0000000..ba7e00c
--- /dev/null
+++ b/dev-lang/unladen-swallow/files/fix-destdir-install.patch
@@ -0,0 +1,13 @@
+Index: Makefile.pre.in
+===================================================================
+--- Makefile.pre.in (revision 1060)
++++ Makefile.pre.in (working copy)
+@@ -1094,7 +1094,7 @@
+ fi; \
+ fi
+ @if test @BUILD_LLVM@ != disabled ; then \
+- $(INSTALL_DATA) $(BCLIBRARY) $(DESTSHARED); \
++ $(INSTALL_DATA) $(BCLIBRARY) $(DESTDIR)$(DESTSHARED); \
+ fi
+ $(INSTALL_DATA) Modules/config.c $(DESTDIR)$(LIBPL)/config.c
+ $(INSTALL_DATA) Modules/python.o $(DESTDIR)$(LIBPL)/python.o