summaryrefslogtreecommitdiff
path: root/audio/ac3dec/files/patch-ae
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-22 00:56:28 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-22 00:56:28 +0000
commit015aa024a04f05ee699074ee38a6e81973017d85 (patch)
treee230422a4d7930c0504f0b2129a3eb8f614cb660 /audio/ac3dec/files/patch-ae
parentUpdate to version 2.500 (diff)
Fix build with gcc-3.4
PR: ports/70782 Submitted by: Ports Fury
Diffstat (limited to 'audio/ac3dec/files/patch-ae')
-rw-r--r--audio/ac3dec/files/patch-ae11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/ac3dec/files/patch-ae b/audio/ac3dec/files/patch-ae
deleted file mode 100644
index b810d08d563e..000000000000
--- a/audio/ac3dec/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- output_linux.c.orig Wed Mar 29 16:51:24 2000
-+++ output_linux.c Thu Aug 22 20:09:40 2002
-@@ -35,8 +35,6 @@
- #include <math.h>
- #if defined(__OpenBSD__)
- #include <soundcard.h>
--#elif defined(__FreeBSD__)
--#include <machine/soundcard.h>
- #else
- #include <sys/soundcard.h>
- #endif