FreeBSD Bugzilla – Attachment 139114 Details for
Bug 185310
emulators/tuxnes: 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), 1.27 KB, created by
tkato432
on 2013-12-30 21:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-12-30 21:10:00 UTC
Size:
1.27 KB
patch
obsolete
>diff -urN /usr/ports/emulators/tuxnes/Makefile emulators/tuxnes/Makefile >--- /usr/ports/emulators/tuxnes/Makefile 2013-11-06 22:06:24.000000000 +0900 >+++ emulators/tuxnes/Makefile 2013-12-31 00:00:00.000000000 +0900 >@@ -3,21 +3,40 @@ > > PORTNAME= tuxnes > PORTVERSION= 0.75 >-PORTREVISION= 4 >+PORTREVISION= 6 > CATEGORIES= emulators > MASTER_SITES= SF/${PORTNAME}/TuxNES/TuxNES%20v${PORTVERSION} > > MAINTAINER= ports@FreeBSD.org >-COMMENT= A Nintendo Entertainment System 8-bit emulator >+COMMENT= Nintendo Entertainment System 8-bit emulator >+ >+LICENSE= GPLv2 > > ONLY_FOR_ARCHS= i386 > ONLY_FOR_ARCHS_REASON= uses i386 assembly code > >+USES= compiler gmake > USE_XORG= x11 ice sm xext xpm >-USE_GMAKE= yes >+USE_BINUTILS= yes > GNU_CONFIGURE= yes > >-PLIST_FILES= bin/romfixer bin/tuxnes >+PLIST_FILES= bin/romfixer bin/tuxnes share/pixmaps/tuxnes.xpm >+ >+DESKTOP_ENTRIES="TuxNES" "" "${PREFIX}/share/pixmaps/tuxnes.xpm" \ >+ "${PORTNAME}" "" "" >+ >+.include <bsd.port.pre.mk> >+ >+.if ${COMPILER_TYPE} == "clang" >+CPPFLAGS+= -no-integrated-as >+.endif >+ >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ 's|^CFLAGS=|#CFLAGS=|' ${WRKSRC}/configure >+ >+post-install: >+ (cd ${WRKSRC} && ${INSTALL_DATA} tuxnes.xpm \ >+ ${STAGEDIR}${PREFIX}/share/pixmaps) > >-NO_STAGE= yes >-.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
Actions:
View
|
Diff
Attachments on
bug 185310
: 139114