summaryrefslogtreecommitdiff
path: root/audio/libid3tag/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libid3tag/patches/patch-aa')
-rw-r--r--audio/libid3tag/patches/patch-aa38
1 files changed, 0 insertions, 38 deletions
diff --git a/audio/libid3tag/patches/patch-aa b/audio/libid3tag/patches/patch-aa
deleted file mode 100644
index fc0c1c9e512..00000000000
--- a/audio/libid3tag/patches/patch-aa
+++ /dev/null
@@ -1,38 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/07/10 08:33:12 adam Exp $
-
---- configure.orig 2003-07-09 16:33:36.000000000 +0200
-+++ configure 2003-07-09 16:35:16.000000000 +0200
-@@ -7823,33 +7823,6 @@
- while test $# -gt 0
- do
- case "$1" in
-- -Wall)
-- if test "$GCC" = yes
-- then
-- :
-- else
-- CFLAGS="$CFLAGS $1"
-- fi
-- shift
-- ;;
-- -g)
-- debug="-g"
-- shift
-- ;;
-- -mno-cygwin)
-- shift
-- ;;
-- -m*)
-- arch="$arch $1"
-- shift
-- ;;
-- -fomit-frame-pointer)
-- shift
-- ;;
-- -O*|-f*)
-- optimize="$1"
-- shift
-- ;;
- *)
- CFLAGS="$CFLAGS $1"
- shift