summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2011-08-14 11:22:30 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2011-08-14 11:22:30 +0000
commitf7f1c95f6d678a44e3209cf003318698c7e4d718 (patch)
treeeff63bb09dd15c1351273a14875e18f964d001db /sci-libs/linux-gpib/files/linux-gpib-3.2.16-perl.patch
parentDrop default CFLAGS, bug 379063 thank Agostino Sarubbo for report. (diff)
downloadhistorical-f7f1c95f6d678a44e3209cf003318698c7e4d718.tar.gz
historical-f7f1c95f6d678a44e3209cf003318698c7e4d718.tar.bz2
historical-f7f1c95f6d678a44e3209cf003318698c7e4d718.zip
Make the perl bindings actually install; things should be compiled during the compile phase; remove old
Package-Manager: portage-2.1.10.10/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/linux-gpib/files/linux-gpib-3.2.16-perl.patch')
-rw-r--r--sci-libs/linux-gpib/files/linux-gpib-3.2.16-perl.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/sci-libs/linux-gpib/files/linux-gpib-3.2.16-perl.patch b/sci-libs/linux-gpib/files/linux-gpib-3.2.16-perl.patch
new file mode 100644
index 000000000000..16f2f15b0ad7
--- /dev/null
+++ b/sci-libs/linux-gpib/files/linux-gpib-3.2.16-perl.patch
@@ -0,0 +1,9 @@
+diff -ruN linux-gpib-3.2.16.orig/language/Makefile.am linux-gpib-3.2.16/language/Makefile.am
+--- linux-gpib-3.2.16.orig/language/Makefile.am 2009-09-16 19:26:53.000000000 +0200
++++ linux-gpib-3.2.16/language/Makefile.am 2011-08-14 03:32:53.000000000 +0200
+@@ -67,4 +67,4 @@
+ $(RM) perl/Makefile
+
+ perl/Makefile:
+- -(cd perl && $(PERL) Makefile.PL)
++ -(cd perl && $(PERL) Makefile.PL PREFIX=$(EPREFIX)/usr INSTALLDIRS=vendor INSTALLMAN3DIR='none' DESTDIR="$(DESTDIR)" )