diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-28 15:45:11 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-28 15:45:11 +0000 |
commit | eebfc1359b03e446c60bd14a95582e238bddb6b7 (patch) | |
tree | 322342cf6421dda4c1300e3a7eea647726546d98 /audio/amp | |
parent | 7dda169507de7bb57a75fe566bd868a94b22816b (diff) | |
download | ports-eebfc1359b03e446c60bd14a95582e238bddb6b7.tar.gz ports-eebfc1359b03e446c60bd14a95582e238bddb6b7.zip |
Notes
Diffstat (limited to 'audio/amp')
-rw-r--r-- | audio/amp/files/patch-aa | 19 |
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" - ;; - |