summaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Imlib2/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-Image-Imlib2/patches/patch-aa')
-rw-r--r--graphics/p5-Image-Imlib2/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/p5-Image-Imlib2/patches/patch-aa b/graphics/p5-Image-Imlib2/patches/patch-aa
new file mode 100644
index 00000000000..404e8ea10c3
--- /dev/null
+++ b/graphics/p5-Image-Imlib2/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/09/21 16:17:42 kim Exp $
+
+Ugly trick to get rid of multiple X libraries that won't be found.
+
+--- Build.PL.orig Sun Aug 31 11:15:33 2003
++++ Build.PL Sun Sep 21 10:27:12 2003
+@@ -19,7 +19,7 @@
+ print "Found imlib2 $version";
+ }
+
+-my $libs = `$CONFIG --libs`;
++my $libs = `@IMLIB2LIBS@`;
+ my $cflags = `$CONFIG --cflags`;
+
+ my $build = Module::Build->new(