FreeBSD Bugzilla – Attachment 173561 Details for
Bug 211760
graphics/Coin: Do not require GCC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use base compiler for clang38
graphics-Coin.diff (text/plain), 730 bytes, created by
Pedro F. Giffuni
on 2016-08-12 03:11:44 UTC
(
hide
)
Description:
Use base compiler for clang38
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2016-08-12 03:11:44 UTC
Size:
730 bytes
patch
obsolete
>Index: graphics/Coin/Makefile >=================================================================== >--- graphics/Coin/Makefile (revision 420107) >+++ graphics/Coin/Makefile (working copy) >@@ -14,7 +14,6 @@ > > LIB_DEPENDS= libsimage.so:graphics/simage > >-USE_GCC= any > USES= openal:al libtool > USE_GL= yes > USE_XORG= xt x11 >@@ -26,6 +25,12 @@ > MAKE_ENV= LANG=C > INSTALL_TARGET= install-strip > >+.include <bsd.port.pre.mk> >+ >+.if ${OSVERSION} < 1100101 >+USE_GCC= any >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' \ > ${WRKSRC}/Makefile.in >@@ -37,4 +42,4 @@ > ${REINPLACE_CMD} -e '/^ldflags=/s|-R|-Wl,-rpath,|' \ > ${WRKSRC}/coin-default.cfg > >-.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:
koobs
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 211760
:
173557
|
173560
|
173561
|
173632
|
174161
|
174170
|
174171