FreeBSD Bugzilla – Attachment 141060 Details for
Bug 187769
audio/amp: Support CC/CFLAGS properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 879 bytes, created by
tkato432
on 2014-03-19 18:40:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2014-03-19 18:40:10 UTC
Size:
879 bytes
patch
obsolete
>diff -urN /usr/ports/audio/amp/Makefile audio/amp/Makefile >--- /usr/ports/audio/amp/Makefile 2014-03-01 06:21:19.000000000 +0900 >+++ audio/amp/Makefile 2014-03-20 00:00:00.000000000 +0900 >@@ -10,14 +10,20 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Another mp3 player > >-GNU_CONFIGURE= yes > USES= gmake >+GNU_CONFIGURE= yes >+CONFIGURE_ENV= ac_cv_prog_gcc=no >+ >+PLIST_FILES= bin/amp man/man1/amp.1.gz > >-PLIST_FILES= bin/amp \ >- man/man1/amp.1.gz >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ '/CC="gcc"/s|^|#| ; \ >+ /CFLAGS=$$/s|^|#| ; \ >+ s|-O6|$$CFLAGS|' ${WRKSRC}/configure > > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/amp ${STAGEDIR}${PREFIX}/bin >- ${INSTALL_MAN} ${WRKSRC}/amp.1 ${STAGEDIR}${PREFIX}/man/man1 >+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} amp ${STAGEDIR}${PREFIX}/bin) >+ (cd ${WRKSRC} && ${INSTALL_MAN} amp.1 ${STAGEDIR}${PREFIX}/man/man1) > > .include <bsd.port.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 187769
: 141060 |
141061