diff options
author | 2020-04-18 17:16:39 +0300 | |
---|---|---|
committer | 2020-04-18 17:42:26 +0300 | |
commit | e05e842983aa8cecb476463d1a23b39ef1887531 (patch) | |
tree | b04d1bea50291de6f32d6ec50e2fd7780696e89f /sci-libs/linux-gpib/files | |
parent | sci-libs/linux-gpib-modules: Version bump (diff) | |
download | gentoo-e05e842983aa8cecb476463d1a23b39ef1887531.tar.gz gentoo-e05e842983aa8cecb476463d1a23b39ef1887531.tar.bz2 gentoo-e05e842983aa8cecb476463d1a23b39ef1887531.zip |
sci-libs/linux-gpib: Version bump
Bug: https://bugs.gentoo.org/704294
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-libs/linux-gpib/files')
-rw-r--r-- | sci-libs/linux-gpib/files/linux-gpib-4.3.0-perl.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sci-libs/linux-gpib/files/linux-gpib-4.3.0-perl.patch b/sci-libs/linux-gpib/files/linux-gpib-4.3.0-perl.patch new file mode 100644 index 000000000000..b969435cd9c1 --- /dev/null +++ b/sci-libs/linux-gpib/files/linux-gpib-4.3.0-perl.patch @@ -0,0 +1,9 @@ +diff -ruN linux-gpib-user-4.3.0.orig/language/Makefile.am linux-gpib-user-4.3.0/language/Makefile.am +--- linux-gpib-user-4.3.0.orig/language/Makefile.am 2019-08-23 11:30:12.000000000 +0300 ++++ linux-gpib-user-4.3.0/language/Makefile.am 2020-04-18 16:15:15.558426112 +0300 +@@ -73,4 +73,4 @@ + $(do_subst) < $(srcdir)/perl/Makefile.PL.in >perl/Makefile.PL + + perl/Makefile: perl/Makefile.PL +- -(cd perl && $(PERL) Makefile.PL) ++ -(cd perl && $(PERL) Makefile.PL PREFIX=$(EPREFIX)/usr INSTALLDIRS=vendor INSTALLMAN3DIR='none' DESTDIR="$(DESTDIR)" ) |