summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gdk-pixbuf/patches/patch-ab')
-rw-r--r--graphics/gdk-pixbuf/patches/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/patches/patch-ab b/graphics/gdk-pixbuf/patches/patch-ab
new file mode 100644
index 00000000000..5a6629778ce
--- /dev/null
+++ b/graphics/gdk-pixbuf/patches/patch-ab
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.3 2003/01/15 21:03:26 wiz Exp $
+
+--- configure.in.orig Thu Apr 18 18:48:40 2002
++++ configure.in
+@@ -128,6 +128,7 @@
+ dnl Check for location of rgb.txt file (works without, but better with)
+ AC_MSG_CHECKING([for location of rgb.txt database])
+
++if test -z "$path_rgb_txt"; then
+ dnl default to this..
+ path_rgb_txt=/usr/lib/X11/rgb.txt
+
+@@ -140,6 +141,7 @@
+ break
+ fi
+ done
++fi
+ fi
+ AC_MSG_RESULT([$path_rgb_txt])
+ AC_DEFINE_UNQUOTED(PATH_RGB_TXT,"$path_rgb_txt")