aboutsummaryrefslogtreecommitdiff
path: root/math/geg/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'math/geg/files/patch-ac')
-rw-r--r--math/geg/files/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/geg/files/patch-ac b/math/geg/files/patch-ac
new file mode 100644
index 000000000000..8c2451c0837d
--- /dev/null
+++ b/math/geg/files/patch-ac
@@ -0,0 +1,12 @@
+--- configure.in.orig Wed Nov 24 08:01:41 1999
++++ configure.in Sat Jul 1 18:57:50 2000
+@@ -30,8 +30,7 @@
+ fi
+ fi
+
+-AC_CHECK_PROG(GTK_CFLAGS, gtk-config, `gtk-config --cflags`,,,)
+-AC_CHECK_PROG(GTK_LIBS, gtk-config, `gtk-config --libs`,,,)
++AM_PATH_GTK(1.2.0, , AC_MSG_ERROR(GTK+ is not installed or badly configured on your system...))
+
+ dnl Checks for libraries.
+ dnl Replace `main' with a function in -libs: