aboutsummaryrefslogtreecommitdiff
path: root/irc/epic5
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2014-01-20 16:28:58 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2014-01-20 16:28:58 +0000
commit1a2a8bf424b7ad3ea5bb46d1c67714a363e4d494 (patch)
tree8fb5a36b0c49418892e0f29a51efe656d37fb21d /irc/epic5
parentfd0a7468f1f14a3aca3f3b347537ab4c8f3545ca (diff)
downloadports-1a2a8bf424b7ad3ea5bb46d1c67714a363e4d494.tar.gz
ports-1a2a8bf424b7ad3ea5bb46d1c67714a363e4d494.zip
Patch configure to DTRT with the optional ruby support
Submitted by: zlonix Approved by: hop (code maintainer)
Notes
Notes: svn path=/head/; revision=340406
Diffstat (limited to 'irc/epic5')
-rw-r--r--irc/epic5/files/patch-configure19
1 files changed, 19 insertions, 0 deletions
diff --git a/irc/epic5/files/patch-configure b/irc/epic5/files/patch-configure
new file mode 100644
index 000000000000..756512a081d5
--- /dev/null
+++ b/irc/epic5/files/patch-configure
@@ -0,0 +1,19 @@
+*** configure.orig 2013-09-25 01:07:24.000000000 +0400
+--- configure 2014-01-19 11:11:54.000000000 +0400
+***************
+*** 6262,6268 ****
+ fi
+
+ # Check whether --with-ruby or --without-ruby was given.
+! if test "${with_ruby+set}" = set; then
+ withval="$with_ruby"
+
+ rubyexe=$withval
+--- 6262,6268 ----
+ fi
+
+ # Check whether --with-ruby or --without-ruby was given.
+! if test "${with_ruby+set}" = set -a "x$with_ruby" != "xyes"; then
+ withval="$with_ruby"
+
+ rubyexe=$withval