summaryrefslogtreecommitdiff
path: root/multimedia/libflash/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/libflash/patches/patch-ag')
-rw-r--r--multimedia/libflash/patches/patch-ag17
1 files changed, 0 insertions, 17 deletions
diff --git a/multimedia/libflash/patches/patch-ag b/multimedia/libflash/patches/patch-ag
deleted file mode 100644
index f69e777b2a5..00000000000
--- a/multimedia/libflash/patches/patch-ag
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2004/01/26 13:34:46 jmmv Exp $
-
---- Player/main.c.orig Wed Jun 7 23:56:11 2000
-+++ Player/main.c
-@@ -559,7 +559,11 @@ main(int argc, char **argv)
-
- FlashGraphicInitX11(flashHandle, dpy, movie, onRoot);
-
-- FlashSoundInit(flashHandle, "/dev/dsp");
-+#ifndef DEV_DSP
-+#define DEV_DSP "/dev/dsp"
-+#endif
-+
-+ FlashSoundInit(flashHandle, DEV_DSP);
-
- FlashSetGetUrlMethod(flashHandle, showUrl, 0);
-