FreeBSD Bugzilla – Attachment 136405 Details for
Bug 181616
[PATCH] games/stockfish: Fix build with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 629 bytes, created by
Guido Falsi
on 2013-08-28 13:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2013-08-28 13:50:02 UTC
Size:
629 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 325518) >+++ Makefile (working copy) >@@ -19,7 +19,7 @@ > > USE_ZIP= yes > WRKSRC= ${WRKDIR}/${DISTNAME}/src >-USE_GMAKE= yes >+USES= gmake > MYARCH= ${ARCH} > BOOKDIR= . > PORTDOCS= Readme.txt polyglot.ini >@@ -69,6 +69,13 @@ > BROKEN= Does not compile on ia64, powerpc, or sparc64 > .endif > >+.if exists(/usr/bin/clang) && ${OSVERSION} > 1000024 >+MYCC= clang >+.endif >+ >+post-patch: >+ @${REINPLACE_CMD} -e "s/^PREFIX =/PREFIX ?=/" ${WRKSRC}/Makefile >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/stockfish ${PREFIX}/bin/stockfish
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 181616
: 136405