FreeBSD Bugzilla – Attachment 204248 Details for
Bug 237777
games/stuntrally: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
stuntrally.patch (text/plain), 535 bytes, created by
Piotr Kubaj
on 2019-05-07 18:48:07 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-05-07 18:48:07 UTC
Size:
535 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 500839) >+++ Makefile (working copy) >@@ -57,8 +57,14 @@ > MASTER_SERVER_DESC= Build the master server > MASTER_SERVER_LIB_DEPENDS= libenet.so:net/enet > >+.include <bsd.port.pre.mk> >+ >+.if ${CHOSEN_COMPILER_TYPE} == gcc >+CXXFLAGS+= -Wno-narrowing >+.endif >+ > post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/Readme.txt ${STAGEDIR}${DOCSDIR}/ > >-.include <bsd.port.mk> >+.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
Flags:
pkubaj
:
maintainer-approval?
(
amdmi3
)
Actions:
View
|
Diff
Attachments on
bug 237777
: 204248