diff options
Diffstat (limited to 'graphics/ruby-gimp/files/patch-gimpui::extconf.rb')
-rw-r--r-- | graphics/ruby-gimp/files/patch-gimpui::extconf.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/ruby-gimp/files/patch-gimpui::extconf.rb b/graphics/ruby-gimp/files/patch-gimpui::extconf.rb new file mode 100644 index 000000000000..880c373f8a30 --- /dev/null +++ b/graphics/ruby-gimp/files/patch-gimpui::extconf.rb @@ -0,0 +1,13 @@ +--- gimpui/extconf.rb.orig Fri Feb 23 04:55:36 2001 ++++ gimpui/extconf.rb Wed Feb 28 22:42:45 2001 +@@ -2,9 +2,8 @@ + require '../mkmf_gimp.rb' + + $CFLAGS += ' ' + GimpConfig::CFLAGS +-$LDFLAGS += ' -lgimp' ++$LDFLAGS += ' ' + GimpConfig::LDFLAGS + + if have_gimp_library("gimpui", "gimp_ui_init") and have_header("libgimp/gimpui.h") +-# $LDFLAGS += ' ' + GimpConfig::LDFLAGS + create_makefile("gimpui") + end |