FreeBSD Bugzilla – Attachment 146736 Details for
Bug 193287
emulators/pipelight: ignore bash from PATH
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
shebangfix
bash.diff (text/plain), 689 bytes, created by
Jan Beich
on 2014-09-03 16:02:08 UTC
(
hide
)
Description:
shebangfix
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2014-09-03 16:02:08 UTC
Size:
689 bytes
patch
obsolete
>Index: emulators/pipelight/Makefile >=================================================================== >--- emulators/pipelight/Makefile (revision 367205) >+++ emulators/pipelight/Makefile (working copy) >@@ -36,10 +33,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 > MAKE_JOBS_UNSAFE=yes >+bash_OLD_CMD= /usr/bin/env bash >+SHEBANG_FILES= configure \ >+ share/install-dependency > > .include <bsd.port.pre.mk> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193287
:
146736
|
146737
|
146738
|
146741