diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2014-01-21 00:28:58 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2014-01-21 00:28:58 +0800 |
commit | 6a5f27c4274053bfd9ba10c4f06f3102e4df1381 (patch) | |
tree | 8fb5a36b0c49418892e0f29a51efe656d37fb21d /irc | |
parent | d6e06074a6cbf9de41bdce5cf82848b05ec1db78 (diff) | |
download | freebsd-ports-gnome-6a5f27c4274053bfd9ba10c4f06f3102e4df1381.tar.gz freebsd-ports-gnome-6a5f27c4274053bfd9ba10c4f06f3102e4df1381.tar.zst freebsd-ports-gnome-6a5f27c4274053bfd9ba10c4f06f3102e4df1381.zip |
Patch configure to DTRT with the optional ruby support
Submitted by: zlonix
Approved by: hop (code maintainer)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/epic5/files/patch-configure | 19 |
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 |