summaryrefslogtreecommitdiff
path: root/graphics/libflash/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libflash/patches/patch-aa')
-rw-r--r--graphics/libflash/patches/patch-aa16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/libflash/patches/patch-aa b/graphics/libflash/patches/patch-aa
deleted file mode 100644
index b25854e7a1e..00000000000
--- a/graphics/libflash/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2002/07/11 14:24:00 abs Exp $
-
---- Kflash/kflash.cc.orig Mon Jun 12 08:46:38 2000
-+++ Kflash/kflash.cc
-@@ -443,7 +443,11 @@ void KFlashSaver::initialise()
- FlashSettings(flashHandle, PLAYER_LOOP);
-
- if (enableSound) {
-+#ifdef __NetBSD__
-+ FlashSoundInit(flashHandle, "/dev/sound");
-+#else
- FlashSoundInit(flashHandle, "/dev/dsp");
-+#endif
- }
- }
-