opnsense-ports/net/p5-Net-Z3950-SimpleServer/files/patch-Makefile.PL
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

9 lines
390 B
Perl

--- Makefile.PL.orig Mon Mar 11 00:22:20 2002
+++ Makefile.PL Mon Mar 11 00:22:34 2002
@@ -9,5 +9,5 @@
'VERSION_FROM' => 'SimpleServer.pm', # finds $VERSION
'LIBS' => [$libs], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
- 'INC' => '', # e.g., '-I/usr/include/other'
+ 'INC' => '-I${LOCALBASE}/include', # e.g., '-I/usr/include/other'
);