aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ac3dec/files
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-08-22 08:56:28 +0800
committerkrion <krion@FreeBSD.org>2004-08-22 08:56:28 +0800
commitc6bfd1c5a1964d0ec8d808c0f9e0ef30ee35bec5 (patch)
treead49abd48f7735c31d1047f9edcb7405399a9e50 /audio/ac3dec/files
parentbe5869a5884cc78afa918f092cfdde48cb419622 (diff)
downloadfreebsd-ports-gnome-c6bfd1c5a1964d0ec8d808c0f9e0ef30ee35bec5.tar.gz
freebsd-ports-gnome-c6bfd1c5a1964d0ec8d808c0f9e0ef30ee35bec5.tar.zst
freebsd-ports-gnome-c6bfd1c5a1964d0ec8d808c0f9e0ef30ee35bec5.zip
Fix build with gcc-3.4
PR: ports/70782 Submitted by: Ports Fury
Diffstat (limited to 'audio/ac3dec/files')
-rw-r--r--audio/ac3dec/files/patch-ab11
-rw-r--r--audio/ac3dec/files/patch-ac11
-rw-r--r--audio/ac3dec/files/patch-ad11
-rw-r--r--audio/ac3dec/files/patch-ae11
4 files changed, 0 insertions, 44 deletions
diff --git a/audio/ac3dec/files/patch-ab b/audio/ac3dec/files/patch-ab
deleted file mode 100644
index aab13ac78d8a..000000000000
--- a/audio/ac3dec/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Mon Jun 3 02:33:10 2002
-+++ Makefile.in Mon Jun 3 02:33:21 2002
-@@ -70,7 +70,7 @@
-
- AUTOMAKE_OPTIONS = 1.3 foreign
-
--CFLAGS = -Wall -Werror -O3 -g
-+CFLAGS += -Wall -Werror -g
-
- bin_PROGRAMS = ac3dec
-
diff --git a/audio/ac3dec/files/patch-ac b/audio/ac3dec/files/patch-ac
deleted file mode 100644
index 193842ede623..000000000000
--- a/audio/ac3dec/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- libac3/Makefile.in.orig Mon Jun 3 02:33:56 2002
-+++ libac3/Makefile.in Mon Jun 3 02:34:04 2002
-@@ -70,7 +70,7 @@
-
- AUTOMAKE_OPTIONS = 1.3 foreign
-
--CFLAGS = -Wall -Werror -O1 -g
-+CFLAGS += -Wall -Werror -g
-
- noinst_LIBRARIES = libac3.a
-
diff --git a/audio/ac3dec/files/patch-ad b/audio/ac3dec/files/patch-ad
deleted file mode 100644
index afcaa74bc295..000000000000
--- a/audio/ac3dec/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/Makefile.in.orig Mon Jun 3 02:34:41 2002
-+++ tools/Makefile.in Mon Jun 3 02:34:53 2002
-@@ -70,7 +70,7 @@
-
- AUTOMAKE_OPTIONS = 1.3 foreign
-
--CFLAGS = -Wall -Werror -O3 -g
-+CFLAGS += -Wall -Werror -g
-
- bin_PROGRAMS = extract_ac3
-
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