diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-11-23 10:10:47 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-11-23 10:10:47 +0000 |
commit | c24e2a6b7cdce23864f027acd785d6d07e8d6fee (patch) | |
tree | bca55c7cffff03dd031d411ac66aadb804a73de2 /emulators | |
parent | 6ad42173ec3ca15c937e7bf7ca18e75e423586f8 (diff) | |
download | ports-c24e2a6b7cdce23864f027acd785d6d07e8d6fee.tar.gz ports-c24e2a6b7cdce23864f027acd785d6d07e8d6fee.zip |
Disable ALSA support explicitly to fix build when ALSA compat port is installed
PR: ports/152503
Submitted by: Nicole Reid (maintainer)
Notes
Notes:
svn path=/head/; revision=264989
Diffstat (limited to 'emulators')
-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 |