diff options
Diffstat (limited to 'graphics/p5-GD/patches/patch-aa')
-rw-r--r-- | graphics/p5-GD/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/p5-GD/patches/patch-aa b/graphics/p5-GD/patches/patch-aa new file mode 100644 index 00000000000..cc79eebaf9a --- /dev/null +++ b/graphics/p5-GD/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 1999/11/01 03:32:57 jlam Exp $ + +--- Makefile.PL.orig Thu Sep 30 11:45:48 1999 ++++ Makefile.PL Sun Oct 31 19:42:23 1999 +@@ -8,7 +8,7 @@ + my @extrasearch = qw( -L/usr/lib/X11 -L/usr/X11R6/lib -L/usr/X11/lib); + + my @extralibs; +-push @extralibs, '-lgd','-lz','-lpng','-lttf'; ++push @extralibs, '-lgd','-lz','-lpng','-lttf','-lintl'; + push @extralibs, "-lm" unless $^O eq 'MSWin32'; + push @extralibs,@extrasearch,'-lX11','-lXpm'; + |