summaryrefslogtreecommitdiff
path: root/community/gnunet-gtk/drop_gtk2.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-13 23:14:39 +0000
committerroot <root@rshg054.dnsready.net>2011-10-13 23:14:39 +0000
commite426a2696568231fa5a863cb80f4db9088193732 (patch)
treec964dfb9fc97fe532c2decc05254875f32db580c /community/gnunet-gtk/drop_gtk2.patch
parentb79408ae7429f4e5c99582cb55127b6e86b7fdac (diff)
Thu Oct 13 23:14:38 UTC 2011
Diffstat (limited to 'community/gnunet-gtk/drop_gtk2.patch')
-rw-r--r--community/gnunet-gtk/drop_gtk2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/gnunet-gtk/drop_gtk2.patch b/community/gnunet-gtk/drop_gtk2.patch
new file mode 100644
index 000000000..1ae4fda1f
--- /dev/null
+++ b/community/gnunet-gtk/drop_gtk2.patch
@@ -0,0 +1,11 @@
+diff -Nur gnunet-gtk-0.9.0pre3.orig/configure.ac gnunet-gtk-0.9.0pre3/configure.ac
+--- gnunet-gtk-0.9.0pre3.orig/configure.ac 2011-10-12 06:30:21.001993062 +0000
++++ gnunet-gtk-0.9.0pre3/configure.ac 2011-10-12 06:30:50.695578118 +0000
+@@ -169,7 +169,6 @@
+ AC_MSG_CHECKING(for gtk)
+ without_gtk=true
+ AM_PATH_GTK_3_0(3.0.0,without_gtk=false,)
+-AM_PATH_GTK_2_0(2.6.0,without_gtk=false,)
+ AM_CONDITIONAL(HAVE_GTK, test x$without_gtk != xtrue)
+ if test $without_gtk != true
+ then