aboutsummaryrefslogtreecommitdiff
path: root/audio/amp
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-10-28 15:45:11 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-10-28 15:45:11 +0000
commiteebfc1359b03e446c60bd14a95582e238bddb6b7 (patch)
tree322342cf6421dda4c1300e3a7eea647726546d98 /audio/amp
parent7dda169507de7bb57a75fe566bd868a94b22816b (diff)
downloadports-eebfc1359b03e446c60bd14a95582e238bddb6b7.tar.gz
ports-eebfc1359b03e446c60bd14a95582e238bddb6b7.zip
Remove patches, 3.0 don't need it anymore(machine optimize).
Notes
Notes: svn path=/head/; revision=14232
Diffstat (limited to 'audio/amp')
-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"
- ;;
-