summaryrefslogtreecommitdiff
path: root/packages/nonworking/efl/edb-native/no-gtk-forkbomb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/nonworking/efl/edb-native/no-gtk-forkbomb.patch')
-rw-r--r--packages/nonworking/efl/edb-native/no-gtk-forkbomb.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/nonworking/efl/edb-native/no-gtk-forkbomb.patch b/packages/nonworking/efl/edb-native/no-gtk-forkbomb.patch
deleted file mode 100644
index 8fe226846e..0000000000
--- a/packages/nonworking/efl/edb-native/no-gtk-forkbomb.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur edb-1.0.5.007~/configure.in edb-1.0.5.007/configure.in
---- edb-1.0.5.007~/configure.in 2007-01-15 01:01:31.000000000 -0800
-+++ edb-1.0.5.007/configure.in 2007-01-15 01:01:40.000000000 -0800
-@@ -404,7 +404,7 @@
- ncurses_ok=no
- gtk_ok=no
-
--GTK_CONFIG=`which gtk-config`
-+GTK_CONFIG=
- if test -x "$GTK_CONFIG"; then
- AC_CHECK_LIB(gtk, gtk_init, gtk_ok=yes, gtk_ok=no, `$GTK_CONFIG --libs`)
- fi