summaryrefslogtreecommitdiff
path: root/emulators/bsnes/files/patch-qt-Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2012-05-11 22:01:55 +0000
committerMarcus von Appen <mva@FreeBSD.org>2012-05-11 22:01:55 +0000
commitc99a3bf4178adb28de42ec73ece0d5fb33ef497d (patch)
treebfc52ae071a75a4d84bda2907504851fa15b1dd2 /emulators/bsnes/files/patch-qt-Makefile
parentAdd a patch to accomodate "const-poisoning" added into svn-1.7. (diff)
- Update to version 0.88
- Unbreak port - Pass maintainership to submitter PR: ports/167655 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Notes
Notes: svn path=/head/; revision=296464
Diffstat (limited to 'emulators/bsnes/files/patch-qt-Makefile')
-rw-r--r--emulators/bsnes/files/patch-qt-Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/bsnes/files/patch-qt-Makefile b/emulators/bsnes/files/patch-qt-Makefile
deleted file mode 100644
index c829b3da5758..000000000000
--- a/emulators/bsnes/files/patch-qt-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
---- bsnes/ui-qt/Makefile.orig 2010-09-27 03:25:04.000000000 +0200
-+++ bsnes/ui-qt/Makefile 2010-09-27 03:25:16.000000000 +0200
-@@ -13,9 +13,9 @@
-
- # platform
- ifeq ($(platform),x)
-- ruby := video.glx video.xv video.qtraster 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
-
- link += $(if $(findstring audio.openal,$(ruby)),-lopenal)
- else ifeq ($(platform),osx)