From c99a3bf4178adb28de42ec73ece0d5fb33ef497d Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Fri, 11 May 2012 22:01:55 +0000 Subject: - Update to version 0.88 - Unbreak port - Pass maintainership to submitter PR: ports/167655 Submitted by: Naram Qashat --- emulators/bsnes/files/patch-target-ui-Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 emulators/bsnes/files/patch-target-ui-Makefile (limited to 'emulators/bsnes/files/patch-target-ui-Makefile') diff --git a/emulators/bsnes/files/patch-target-ui-Makefile b/emulators/bsnes/files/patch-target-ui-Makefile new file mode 100644 index 000000000000..34136a27f46f --- /dev/null +++ b/emulators/bsnes/files/patch-target-ui-Makefile @@ -0,0 +1,15 @@ +--- bsnes/target-ui/Makefile.orig 2012-02-05 20:04:19.000000000 -0500 ++++ bsnes/target-ui/Makefile 2012-04-16 23:28:28.000000000 -0400 +@@ -10,9 +10,9 @@ + + # platform + ifeq ($(platform),x) +- ruby := video.glx video.xv video.sdl +- ruby += audio.alsa audio.openal audio.oss audio.pulseaudio audio.pulseaudiosimple audio.ao +- ruby += input.sdl input.x ++ ruby := VIDEO ++ ruby += AUDIO ++ ruby += INPUT + else ifeq ($(platform),osx) + ruby := + ruby += audio.openal -- cgit v1.2.3