summaryrefslogtreecommitdiff
path: root/graphics/g2/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/g2/patches/patch-ad')
-rw-r--r--graphics/g2/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/g2/patches/patch-ad b/graphics/g2/patches/patch-ad
new file mode 100644
index 00000000000..6601a9c1657
--- /dev/null
+++ b/graphics/g2/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2001/05/03 20:56:33 jtb Exp $
+
+--- g2_perl/Makefile.PL.in.orig Fri Jan 22 15:29:10 1999
++++ g2_perl/Makefile.PL.in
+@@ -4,7 +4,7 @@
+ WriteMakefile(
+ 'NAME' => 'G2',
+ 'VERSION_FROM' => 'G2.pm', # finds $VERSION
+- 'LIBS' => ['-L./.. -lg2.0.40 @LDFLAGS@'], # e.g., '-lm'
++ 'LIBS' => ['-L./../.libs -lg2 @LDFLAGS@'], # e.g., '-lm'
+ 'DEFINE' => '@DEFS@', # e.g., '-DHAVE_SOMETHING'
+ 'INC' => '-I./../include', # e.g., '-I/usr/local/include'
+ );