freebsd-ports/devel/p5-PCSC-Card/files/patch-Makefile.PL
2003-09-29 02:19:59 +00:00

11 lines
452 B
Perl

--- Makefile.PL.orig Tue May 27 20:31:10 2003
+++ Makefile.PL Mon Sep 29 03:09:07 2003
@@ -6,7 +6,7 @@
'VERSION_FROM' => 'PCSC.pm', # finds $VERSION
'LIBS' => [''], # e.g., '-lm'
'DEFINE' => '-O2 -Wall', # e.g., '-DHAVE_SOMETHING'
- 'INC' => '-I/usr/local/pcsc/include', # e.g., '-I/usr/include/other'
+ 'INC' => '-I$(LOCALBASE)/include', # e.g., '-I/usr/include/other'
'PL_FILES' => {},
);