summaryrefslogtreecommitdiff
path: root/devel/GConf2/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/GConf2/patches/patch-aa')
-rw-r--r--devel/GConf2/patches/patch-aa39
1 files changed, 0 insertions, 39 deletions
diff --git a/devel/GConf2/patches/patch-aa b/devel/GConf2/patches/patch-aa
deleted file mode 100644
index 1bc4d89a2e5..00000000000
--- a/devel/GConf2/patches/patch-aa
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2004/04/01 18:17:29 jmmv Exp $
-
-Disable GTK2 support. This is a workaround until bug #102825 gets fixed.
-See http://bugzilla.gnome.org/show_bug.cgi?id=102825 for more details.
-
---- configure.orig 2004-02-24 16:50:54.000000000 +0100
-+++ configure
-@@ -19672,6 +19672,7 @@ fi
-
- fi
-
-+if [ "$PKG_USE_GTK" = "yes" ]; then
- if test "$PKG_CONFIG" = "no" ; then
- echo "*** The pkg-config script could not be found. Make sure it is"
- echo "*** in your path, or set the PKG_CONFIG environment variable"
-@@ -19715,6 +19716,7 @@ echo "${ECHO_T}$DEPENDENT_WITH_GTK_LIBS"
- echo "*** See http://www.freedesktop.org/software/pkgconfig"
- fi
- fi
-+fi
-
- if test $succeeded = yes; then
- HAVE_GTK=yes
-@@ -19768,6 +19770,7 @@ fi
-
- fi
-
-+if [ "$PKG_USE_GTK" = "yes" ]; then
- if test "$PKG_CONFIG" = "no" ; then
- echo "*** The pkg-config script could not be found. Make sure it is"
- echo "*** in your path, or set the PKG_CONFIG environment variable"
-@@ -19811,6 +19814,7 @@ echo "${ECHO_T}$DEPENDENT_WITH_XML_AND_G
- echo "*** See http://www.freedesktop.org/software/pkgconfig"
- fi
- fi
-+fi
-
- if test $succeeded = yes; then
- :