diff options
Diffstat (limited to 'graphics/ruby-gimp/files/patch-gimp::extconf.rb')
-rw-r--r-- | graphics/ruby-gimp/files/patch-gimp::extconf.rb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/ruby-gimp/files/patch-gimp::extconf.rb b/graphics/ruby-gimp/files/patch-gimp::extconf.rb deleted file mode 100644 index 2227be8fe343..000000000000 --- a/graphics/ruby-gimp/files/patch-gimp::extconf.rb +++ /dev/null @@ -1,15 +0,0 @@ ---- gimp/extconf.rb.orig Thu Mar 15 03:50:32 2001 -+++ gimp/extconf.rb Sun Mar 18 04:55:15 2001 -@@ -4,9 +4,9 @@ - $CFLAGS += ' ' + GimpConfig::CFLAGS - $LDFLAGS += ' ' + GimpConfig::LDFLAGS - --if have_library(GimpConfig::LIBGLIB, "g_print") and -- have_library(GimpConfig::LIBGTK, "gtk_init") and -- have_library(GimpConfig::LIBGIMP, "gimp_main") and -+if have_func("g_print") and -+ have_func("gtk_init") and -+ have_func("gimp_main") and - have_header("libgimp/gimp.h") - have_func("gimp_sysconf_directory") - |