guru/dev-libs/libnodave/files/perl-makefile.patch
Alessandro Barbieri bc70713eb6
dev-libs/libnodave: install test executables
Closes: https://bugs.gentoo.org/783993
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-04-19 18:07:27 +02:00

12 lines
601 B
Diff

--- a/PERL/Makefile.PL 2021-04-19 17:30:19.964446618 +0200
+++ b/PERL/Makefile.PL 2021-04-19 17:30:47.392884824 +0200
@@ -11,7 +11,7 @@
AUTHOR => 'Thomas Hergenhahn <thomas.hergenhahn@web,de>') : ()),
LIBS => ['-lnodave'], # e.g., '-lm'
DEFINE => '', # e.g., '-DHAVE_SOMETHING'
- INC => '-I.', # e.g., '-I. -I/usr/include/other'
+ INC => '-I. -I..', # e.g., '-I. -I/usr/include/other'
# Un-comment this if you add C files to link with later:
# OBJECT => '$(O_FILES)', # link all the C files too
);