diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-29 18:15:23 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-29 18:15:23 +0000 |
commit | 9392874b1e232173e6272726bf049b1d8dcf4495 (patch) | |
tree | ebbdc1c1c7718b343dcfc1d4e78eb741cf95a34d /devel/ruby-zoom/files/patch-extconf.rb | |
parent | Make a sentence sound better. (diff) |
Add ruby-zoom 0.2.0, a Ruby binding to the Z39.50 Object-Orientation
Model (ZOOM).
PR: ports/86213
Submitted by: Mitsuru YOSHIDA <mitsuru@riken.jp>
Diffstat (limited to 'devel/ruby-zoom/files/patch-extconf.rb')
-rw-r--r-- | devel/ruby-zoom/files/patch-extconf.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/ruby-zoom/files/patch-extconf.rb b/devel/ruby-zoom/files/patch-extconf.rb new file mode 100644 index 000000000000..9f06853a3e5c --- /dev/null +++ b/devel/ruby-zoom/files/patch-extconf.rb @@ -0,0 +1,10 @@ +--- extconf.rb.org Fri Sep 2 20:18:20 2005 ++++ extconf.rb Fri Sep 2 20:38:41 2005 +@@ -9,6 +9,6 @@ + err "Yaz ZOOM header not available" unless have_header("yaz/zoom.h") + + $CFLAGS << " #{`yaz-config --cflags`} " +-$LDFLAGS << " #{`yaz-config --libs`} " ++$LDFLAGS << " #{`yaz-config --libs`}".chomp + + create_makefile("zoom", "src") |