FreeBSD Bugzilla – Attachment 151646 Details for
Bug 196735
[emulators/snes9x-gtk] Won't build. PortAudio error.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for Makefile that adds option to enable/disable PortAudio support
snes9x-gtk_Makefile_portaudio-option.patch (text/plain), 823 bytes, created by
Jordan Irwin
on 2015-01-14 22:03:26 UTC
(
hide
)
Description:
Patch for Makefile that adds option to enable/disable PortAudio support
Filename:
MIME Type:
Creator:
Jordan Irwin
Created:
2015-01-14 22:03:26 UTC
Size:
823 bytes
patch
obsolete
>--- Makefile.orig 2015-01-14 13:46:20.000000000 -0800 >+++ Makefile 2015-01-14 13:37:41.000000000 -0800 >@@ -25,12 +25,13 @@ > > WRKSRC= ${WRKDIR}/${DISTNAME}/gtk > >-OPTIONS_DEFINE= DEBUG OPENGL JMA NETPLAY XV XRANDR >+OPTIONS_DEFINE= DEBUG OPENGL JMA NETPLAY XV XRANDR PORTAUDIO > OPTIONS_DEFAULT= JMA NETPLAY XV XRANDR > JMA_DESC= Enable JMA archive decompression support > NETPLAY_DESC= Enable network support > XV_DESC= Enable XVideo output on GTK > XRANDR_DESC= Enable XRandR support on GTK >+PORTAUDIO_DESC= Enable PortAudio support > > .include <bsd.port.pre.mk> > >@@ -73,6 +74,12 @@ > CONFIGURE_ARGS+= --without-xrandr > .endif > >+.if ${PORT_OPTIONS:MPORTAUDIO} >+CONFIGURE_ARGS+= --with-portaudio >+.else >+CONFIGURE_ARGS+= --without-portaudio >+.endif >+ > .if exists(/usr/lib/libusbhid.a) > CONFIGURE_ARGS+= --with-joystick > .else
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 196735
:
151642
|
151643
|
151646
|
154179
|
154180
|
154181
|
154182
|
154939
|
154940
|
154946