diff options
Diffstat (limited to 'net/p5-Net-Z3950-SimpleServer/files/patch-Makefile.PL')
-rw-r--r-- | net/p5-Net-Z3950-SimpleServer/files/patch-Makefile.PL | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/p5-Net-Z3950-SimpleServer/files/patch-Makefile.PL b/net/p5-Net-Z3950-SimpleServer/files/patch-Makefile.PL new file mode 100644 index 000000000000..c8281f125513 --- /dev/null +++ b/net/p5-Net-Z3950-SimpleServer/files/patch-Makefile.PL @@ -0,0 +1,9 @@ +--- 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' + ); |