ports/x11/p5-X11-IdleTime/files/patch-Makefile.PL
Sunpoet Po-Chuan Hsieh be98bb9886 Update to 0.09
- Remove USE_PERL5=patch
- Strip shared library
- Regenerate patch file with makepatch:

Changes:	http://search.cpan.org/dist/X11-IdleTime/Changes
2017-12-29 18:47:37 +00:00

13 lines
310 B
Perl

--- Makefile.PL.orig 2008-07-04 16:41:37 UTC
+++ Makefile.PL
@@ -5,7 +5,9 @@ use Devel::CheckLib;
check_lib_or_exit(
# fill in what you prompted the user for here
- lib => [qw(X11 Xext Xss)]
+ lib => [qw(X11 Xext Xss)],
+ INC => '-I/usr/local/include',
+ LIBS => '-L/usr/local/lib'
);