summaryrefslogtreecommitdiff
path: root/dev-db/qdbm/files/qdbm-perl.patch
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-03-30 23:10:42 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-03-30 23:10:42 +0900
commit6482af8f1a61259cb69118c71c1860cb1488be2d (patch)
tree6311ae38978c83996742e6addf8071f4a588b4db /dev-db/qdbm/files/qdbm-perl.patch
parentcc9cf9116f952dfde06765f2591ad037152eb895 (diff)
downloadgentoo-6482af8f1a61259cb69118c71c1860cb1488be2d.tar.gz
gentoo-6482af8f1a61259cb69118c71c1860cb1488be2d.tar.bz2
gentoo-6482af8f1a61259cb69118c71c1860cb1488be2d.zip
dev-db/qdbm: rename patches
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-db/qdbm/files/qdbm-perl.patch')
-rw-r--r--dev-db/qdbm/files/qdbm-perl.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-db/qdbm/files/qdbm-perl.patch b/dev-db/qdbm/files/qdbm-perl.patch
new file mode 100644
index 000000000000..d46f9b3f236e
--- /dev/null
+++ b/dev-db/qdbm/files/qdbm-perl.patch
@@ -0,0 +1,22 @@
+diff -ur qdbm-1.8.62.orig/perl/Makefile.in qdbm-1.8.62/perl/Makefile.in
+--- qdbm-1.8.62.orig/perl/Makefile.in
++++ qdbm-1.8.62/perl/Makefile.in
+@@ -42,15 +42,15 @@
+ all :
+ cd depot && [ -f Makefile ] || \
+ $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \
+- LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \
++ LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" INSTALLDIRS=vendor ; \
+ $(RUNENV) make
+ cd curia && [ -f Makefile ] || \
+ $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \
+- LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \
++ LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" INSTALLDIRS=vendor ; \
+ $(RUNENV) make
+ cd villa && [ -f Makefile ] || \
+ $(RUNENV) perl Makefile.PL CC="$(CC)" INC="$(INC)" OPTIMIZE="$(OPTIMIZE)" \
+- LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" ; \
++ LD="$(LD)" LIBS="$(LIBS)" PREFIX="$(prefix)" INSTALLDIRS=vendor ; \
+ $(RUNENV) make
+ @printf '\n'
+ @printf '#================================================================\n'