summaryrefslogtreecommitdiff
path: root/graphics/ruby-gimp/files/patch-gimp::extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ruby-gimp/files/patch-gimp::extconf.rb')
-rw-r--r--graphics/ruby-gimp/files/patch-gimp::extconf.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/ruby-gimp/files/patch-gimp::extconf.rb b/graphics/ruby-gimp/files/patch-gimp::extconf.rb
new file mode 100644
index 000000000000..cff4a5c70049
--- /dev/null
+++ b/graphics/ruby-gimp/files/patch-gimp::extconf.rb
@@ -0,0 +1,12 @@
+--- gimp/extconf.rb.orig Fri Feb 23 04:53:23 2001
++++ gimp/extconf.rb Wed Feb 28 22:43:04 2001
+@@ -2,8 +2,8 @@
+ require '../mkmf_gimp.rb'
+
+ $CFLAGS += ' ' + GimpConfig::CFLAGS
++$LDFLAGS += ' ' + GimpConfig::LDFLAGS
+
+ if have_gimp_library("gimp", "gimp_main") and have_header("libgimp/gimp.h")
+-# $LDFLAGS += ' ' + GimpConfig::LDFLAGS
+ create_makefile("gimp")
+ end