FreeBSD Bugzilla – Attachment 150654 Details for
Bug 196041
[patch] unbreak x11/gnome-shell stage-qa on FreeBSD 8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to unbreak x11/gnome-shell on FreeBSD 8 by using bash for CONFIGURE_SHELL
gnome-shell.diff (text/plain), 485 bytes, created by
Don Lewis
on 2014-12-16 23:11:21 UTC
(
hide
)
Description:
patch to unbreak x11/gnome-shell on FreeBSD 8 by using bash for CONFIGURE_SHELL
Filename:
MIME Type:
Creator:
Don Lewis
Created:
2014-12-16 23:11:21 UTC
Size:
485 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 374569) >+++ Makefile (working copy) >@@ -60,4 +60,11 @@ > @${REINPLACE_CMD} -e 's|libnm-glib libnm-util ||g' \ > ${WRKSRC}/configure > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 >+BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash >+CONFIGURE_SHELL= ${LOCALBASE}/bin/bash >+.endif >+ >+.include <bsd.port.post.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 196041
: 150654 |
150660