Date: Mon, 20 Jan 2014 16:28:58 +0000 (UTC) From: Josh Paetzel <jpaetzel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340406 - head/irc/epic5/files Message-ID: <201401201628.s0KGSwsM056896@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jpaetzel Date: Mon Jan 20 16:28:58 2014 New Revision: 340406 URL: http://svnweb.freebsd.org/changeset/ports/340406 QAT: https://qat.redports.org/buildarchive/r340406/ Log: Patch configure to DTRT with the optional ruby support Submitted by: zlonix Approved by: hop (code maintainer) Added: head/irc/epic5/files/patch-configure (contents, props changed) Added: head/irc/epic5/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/epic5/files/patch-configure Mon Jan 20 16:28:58 2014 (r340406) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401201628.s0KGSwsM056896>