mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
9392874b1e
Model (ZOOM). PR: ports/86213 Submitted by: Mitsuru YOSHIDA <mitsuru@riken.jp>
11 lines
332 B
Ruby
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")
|