aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-02-14 05:51:26 +0800
committerstas <stas@FreeBSD.org>2009-02-14 05:51:26 +0800
commit4194bef572d92dfb331577a524b5d491b0df5fb7 (patch)
tree4ab725635f6759290a840a4aed750ba506561124 /textproc
parent824b4c87b5acae528a10b60d37085e1452135d54 (diff)
downloadfreebsd-ports-gnome-4194bef572d92dfb331577a524b5d491b0df5fb7.tar.gz
freebsd-ports-gnome-4194bef572d92dfb331577a524b5d491b0df5fb7.tar.zst
freebsd-ports-gnome-4194bef572d92dfb331577a524b5d491b0df5fb7.zip
- Fix build after ruby update.
Reported by: pav
Diffstat (limited to 'textproc')
-rw-r--r--textproc/eruby/files/patch-configure.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/eruby/files/patch-configure.rb b/textproc/eruby/files/patch-configure.rb
new file mode 100644
index 000000000000..19eb9d262bd4
--- /dev/null
+++ b/textproc/eruby/files/patch-configure.rb
@@ -0,0 +1,10 @@
+--- configure.rb.orig 2009-02-14 00:50:10.000000000 +0300
++++ configure.rb 2009-02-14 00:50:18.000000000 +0300
+@@ -307,6 +307,7 @@
+ end
+ $LIBS = CONFIG["LIBS"]
+ $XLDFLAGS = CONFIG["XLDFLAGS"]
++$XLDFLAGS="" if $XLDFLAGS.nil?
+ $XLDFLAGS.gsub!(/-L\./, "")
+ if /mswin32/ !~ RUBY_PLATFORM
+ $XLDFLAGS += " -L$(libdir)"