1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/ruby-zoom/files/patch-extconf.rb
Renato Botelho 9392874b1e 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>
2005-09-29 18:15:23 +00:00

11 lines
332 B
Ruby

--- 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")