diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-28 17:03:40 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-28 17:03:40 +0000 |
commit | a33d2d9ef689330a0011c05adec5f5f91dd2458e (patch) | |
tree | 8f7970d76ba5931633852a1799d59bdc5047e993 /graphics/ruby-gimp/files/patch-gimpui::extconf.rb | |
parent | Updated 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-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 |