mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- Remove USE_PERL5=patch - Strip shared library - Regenerate patch file with makepatch: Changes: http://search.cpan.org/dist/X11-IdleTime/Changes
13 lines
310 B
Perl
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'
|
|
);
|
|
|
|
|