summaryrefslogtreecommitdiff
path: root/graphics/ruby-gimp/files/patch-gimp::extconf.rb
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-02-28 17:03:40 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-02-28 17:03:40 +0000
commita33d2d9ef689330a0011c05adec5f5f91dd2458e (patch)
tree8f7970d76ba5931633852a1799d59bdc5047e993 /graphics/ruby-gimp/files/patch-gimp::extconf.rb
parentUpdated to Coda-5.3.13 (diff)
Add ruby-gimp, a Ruby extension library to write GIMP plugins in Ruby
(Ruby-Fu).
Notes
Notes: svn path=/head/; revision=38903
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