summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/amp/files/patch-aa19
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/amp/files/patch-aa b/audio/amp/files/patch-aa
deleted file mode 100644
index d6313b1a88ef..000000000000
--- a/audio/amp/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** configure.orig Mon Sep 1 19:01:06 1997
---- configure Mon Sep 1 19:12:55 1997
-*************** case "$OS_TYPE" in
-*** 1409,1415 ****
- if test "$OS_TYPE" = "FreeBSD" ; then
- OS_TYPE="BSD"
- fi
-! CFLAGS="-O6 -ffast-math -fomit-frame-pointer ${CFLAGS_ARCH}"
- DEFINES="-DNO_BYTE_SWAPPING -DOS_$OS_TYPE -DARCH_$ARCH_TYPE"
- ;;
-
---- 1409,1415 ----
- if test "$OS_TYPE" = "FreeBSD" ; then
- OS_TYPE="BSD"
- fi
-! CFLAGS="-O2 -m486 -pipe -ffast-math -fomit-frame-pointer ${CFLAGS_ARCH}"
- DEFINES="-DNO_BYTE_SWAPPING -DOS_$OS_TYPE -DARCH_$ARCH_TYPE"
- ;;
-