FreeBSD Bugzilla – Attachment 98619 Details for
Bug 137562
[MAINTAINER] emulators/zsnes: Add libao option to OPTIONS, slight Makefile cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
zsnes-1.51_3,1.patch
zsnes-1.51_3,1.patch (text/plain), 1.88 KB, created by
Naram Qashat
on 2009-08-08 09:20:02 UTC
(
hide
)
Description:
zsnes-1.51_3,1.patch
Filename:
MIME Type:
Creator:
Naram Qashat
Created:
2009-08-08 09:20:02 UTC
Size:
1.88 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/emulators/zsnes/Makefile /kirby/shared/ports/zsnes/Makefile >--- /usr/ports/emulators/zsnes/Makefile 2009-02-01 11:48:15.000000000 -0500 >+++ /kirby/shared/ports/zsnes/Makefile 2009-08-08 04:16:51.000000000 -0400 >@@ -25,10 +25,11 @@ > > WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/./_/}/src > >-OPTIONS= X11 "Enable X11 video driver" on \ >- OPENGL "Enable OpenGL video driver" off \ >- DEBUGGER "Enable ZSNES debugger" off \ >- JMA "Enable JMA support" on >+OPTIONS= X11 "Enable X11 video driver" on \ >+ OPENGL "Enable OpenGL video driver" off \ >+ DEBUGGER "Enable ZSNES debugger" off \ >+ JMA "Enable JMA support" on \ >+ LIBAO "Enable libao support" off > > USE_BZIP2= yes > USE_SDL= sdl >@@ -47,36 +48,40 @@ > .include <bsd.port.pre.mk> > > .if ${OSVERSION} < 602000 >-IGNORE= needs zlib >= 1.2.3 ,it is available on FreeBSD >= 6.2 >+IGNORE= needs zlib >= 1.2.3, it is available on FreeBSD >= 6.2 > .endif > > .if defined(WITH_DEBUGGER) >-CONFIGURE_ARGS+=--enable-debugger >+CONFIGURE_ARGS+= --enable-debugger > .else >-CONFIGURE_ARGS+=--disable-debugger >+CONFIGURE_ARGS+= --disable-debugger > .endif > > .if defined(WITH_JMA) >-CONFIGURE_ARGS+=--enable-jma >+CONFIGURE_ARGS+= --enable-jma > .else >-CONFIGURE_ARGS+=--disable-jma >+CONFIGURE_ARGS+= --disable-jma > .endif > > .if defined(WITHOUT_X11) >-CONFIGURE_ARGS+=--without-x >+CONFIGURE_ARGS+= --without-x > PKGNAMESUFFIX= -nox11 > .else >-CONFIGURE_ARGS+=--with-x >-CFLAGS+= -I${LOCALBASE}/include >-CPPFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib >+CONFIGURE_ARGS+= --with-x > .endif > > .if defined(WITH_OPENGL) > USE_GL= yes >-CONFIGURE_ARGS+=--enable-opengl >+CONFIGURE_ARGS+= --enable-opengl >+.else >+CONFIGURE_ARGS+= --disable-opengl >+.endif >+ >+.if defined(WITH_LIBAO) >+LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao >+CONFIGURE_ARGS+= --enable-libao > .else >-CONFIGURE_ARGS+=--disable-opengl >+CONFIGURE_ARGS+= --disable-libao > .endif > > post-patch:
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 137562
: 98619