svn commit: r367380 - head/emulators/pipelight

Kris Moore kmoore at FreeBSD.org
Fri Sep 5 18:56:07 UTC 2014


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 at 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>
 


More information about the svn-ports-head mailing list