diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-12-23 21:23:49 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-12-23 21:23:49 +0000 |
commit | 2c1e95715c6b9216b733a57322535a09b538f267 (patch) | |
tree | 34968cbb650fdd3d6d8168d4e669efa3a5fcd50a /net/p5-Net-Z3950/files | |
parent | 95dd100c0d24433130e615c370ac6278bd20e347 (diff) | |
download | ports-2c1e95715c6b9216b733a57322535a09b538f267.tar.gz ports-2c1e95715c6b9216b733a57322535a09b538f267.zip |
Notes
Diffstat (limited to 'net/p5-Net-Z3950/files')
-rw-r--r-- | net/p5-Net-Z3950/files/patch-Makefile.PL | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/p5-Net-Z3950/files/patch-Makefile.PL b/net/p5-Net-Z3950/files/patch-Makefile.PL new file mode 100644 index 000000000000..08723e422c66 --- /dev/null +++ b/net/p5-Net-Z3950/files/patch-Makefile.PL @@ -0,0 +1,14 @@ +--- Makefile.PL.orig Sun Dec 23 23:08:17 2001 ++++ Makefile.PL Sun Dec 23 23:09:10 2001 +@@ -7,9 +7,9 @@ + 'NAME' => 'Net::Z3950', + 'VERSION_FROM' => 'Z3950.pm', # finds $VERSION + # 'LIBS' => ['-L/usr/local/src/yaz/lib/.libs -lyaz'], # e.g., '-lm' +- 'LIBS' => ['-lyaz'], # e.g., '-lm' ++ 'LIBS' => ["-L$ENV{LOCALBASE}/lib -lyaz"], # e.g., '-lm' + 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' +-# 'INC' => '-I/usr/local/src/yaz/include', ++ 'INC' => "-I$ENV{LOCALBASE}/include", + 'PREREQ_PM' => { Event => 0.77 }, + 'MYEXTLIB' => 'yazwrap/libyazwrap$(LIB_EXT)', + ); |