diff options
author | makc <makc@FreeBSD.org> | 2010-11-23 18:10:47 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-11-23 18:10:47 +0800 |
commit | df1f9133e8ea82c2a9e17a9eb2105adef67d6479 (patch) | |
tree | 7c51a3ba679966aa9034b6a5146fb6c6197030a9 /emulators/snes9x-gtk | |
parent | e64a44c5140c77119a6efabf23885593fc8824b6 (diff) | |
download | freebsd-ports-gnome-df1f9133e8ea82c2a9e17a9eb2105adef67d6479.tar.gz freebsd-ports-gnome-df1f9133e8ea82c2a9e17a9eb2105adef67d6479.tar.zst freebsd-ports-gnome-df1f9133e8ea82c2a9e17a9eb2105adef67d6479.zip |
Disable ALSA support explicitly to fix build when ALSA compat port is installed
PR: ports/152503
Submitted by: Nicole Reid (maintainer)
Diffstat (limited to 'emulators/snes9x-gtk')
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 1 | ||||
-rw-r--r-- | emulators/snes9x-gtk/distinfo | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index d0eecf61648e..1c8c47ec268b 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -28,6 +28,7 @@ USE_GETTEXT= yes USE_SDL= sdl CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS+= --without-alsa WRKSRC= ${WRKDIR}/${DISTNAME}/gtk diff --git a/emulators/snes9x-gtk/distinfo b/emulators/snes9x-gtk/distinfo index 858effd412a1..3f5673094f30 100644 --- a/emulators/snes9x-gtk/distinfo +++ b/emulators/snes9x-gtk/distinfo @@ -1,3 +1,2 @@ -MD5 (snes9x-1.52-src.tar.bz2) = 813bd3a0f99732ee0238a2c8ab417725 SHA256 (snes9x-1.52-src.tar.bz2) = 36e09b2da62b9210feb224cfd183047a151a71c1d5e5f92749dc28bd4b7ff1cb SIZE (snes9x-1.52-src.tar.bz2) = 1720137 |