View | Details | Raw Unified | Return to bug 193287 | Differences between
and this patch

Collapse All | Expand All

(-)emulators/pipelight/Makefile (-2 / +5 lines)
Lines 36-45 LDFLAGS+= -L${LOCALBASE}/lib Link Here
36
GNU_CONFIGURE=	yes
36
GNU_CONFIGURE=	yes
37
CONFIGURE_ARGS+=--verbose --wine-path=${LOCALBASE}/bin/wine --win32-prebuilt \
37
CONFIGURE_ARGS+=--verbose --wine-path=${LOCALBASE}/bin/wine --win32-prebuilt \
38
		--win64-prebuilt --moz-plugin-path=${LOCALBASE}/lib/browser_plugins \
38
		--win64-prebuilt --moz-plugin-path=${LOCALBASE}/lib/browser_plugins \
39
		--cxx=${CXX}
39
		--cxx=${CXX} --bash-interp=${LOCALBASE}/bin/bash
40
USE_XORG=	x11
40
USE_XORG=	x11
41
USES=		compiler:gcc-c++11-lib gmake 
41
USES=		compiler:gcc-c++11-lib gmake shebangfix
42
MAKE_JOBS_UNSAFE=yes
42
MAKE_JOBS_UNSAFE=yes
43
bash_OLD_CMD=	/usr/bin/env bash
44
SHEBANG_FILES=	configure \
45
		share/install-dependency
43
46
44
.include <bsd.port.pre.mk>
47
.include <bsd.port.pre.mk>
45
48

Return to bug 193287