Date: Fri, 5 Sep 2014 18:56:06 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367380 - head/emulators/pipelight Message-ID: <201409051856.s85Iu6re073986@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Fri Sep 5 18:56:06 2014 New Revision: 367380 URL: http://svnweb.freebsd.org/changeset/ports/367380 QAT: https://qat.redports.org/buildarchive/r367380/ Log: - Ignore bash from PATH PR: 193287 Submitted by: Jan Beich <jbeich@vfemail.net> Modified: head/emulators/pipelight/Makefile Modified: head/emulators/pipelight/Makefile ============================================================================== --- head/emulators/pipelight/Makefile Fri Sep 5 18:48:29 2014 (r367379) +++ head/emulators/pipelight/Makefile Fri Sep 5 18:56:06 2014 (r367380) @@ -36,10 +36,13 @@ LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --wine-path=${LOCALBASE}/bin/wine --win32-prebuilt \ --win64-prebuilt --moz-plugin-path=${LOCALBASE}/lib/browser_plugins \ - --cxx=${CXX} + --cxx=${CXX} --bash-interp=${LOCALBASE}/bin/bash USE_XORG= x11 -USES= compiler:gcc-c++11-lib gmake +USES= compiler:gcc-c++11-lib gmake shebangfix MAKE_JOBS_UNSAFE=yes +bash_OLD_CMD= /usr/bin/env bash +SHEBANG_FILES= configure \ + share/install-dependency .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409051856.s85Iu6re073986>