From 2c1e95715c6b9216b733a57322535a09b538f267 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Sun, 23 Dec 2001 21:23:49 +0000 Subject: New port: p5-Net-Z3950: This Perl module provides interface to the Z39.50 information retrieval protocol (aka ISO 23950), a mature and powerful protocol used in application domains as diverse as bibliographic information, geo-spatial mapping, museums and other cultural heritage information, and structured vocabulary navigation. --- net/p5-Net-Z3950/files/patch-Makefile.PL | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net/p5-Net-Z3950/files/patch-Makefile.PL (limited to 'net/p5-Net-Z3950/files') 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)', + ); -- cgit v1.2.3