summaryrefslogtreecommitdiff
path: root/audio/xamp/files/patch-ab
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-01-24 08:14:53 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-01-24 08:14:53 +0000
commit8eff868e1f6c667c26e67514386f0c858740cea9 (patch)
tree1ceb8357817f08ed8aa5c2cece61ca597aec92e0 /audio/xamp/files/patch-ab
parentThis replaces patch-aa to install enlightenment/config/tin-e/17/ (diff)
The audio/xamp port currently installs an xamp binary with
balance and volume controls that do nothing. This is because BSD audio support seems to have been added to the software as an afterthought. PR: ports/9472 Submitted by: Sheldon Hearn <axl@iafrica.com>
Notes
Notes: svn path=/head/; revision=16285
Diffstat (limited to '')
-rw-r--r--audio/xamp/files/patch-ab13
1 files changed, 2 insertions, 11 deletions
diff --git a/audio/xamp/files/patch-ab b/audio/xamp/files/patch-ab
index cb704afa7b7d..8513fb1cab58 100644
--- a/audio/xamp/files/patch-ab
+++ b/audio/xamp/files/patch-ab
@@ -1,5 +1,5 @@
---- configure Mon Oct 27 00:55:34 1997
-+++ configure Wed Jul 29 22:30:53 1998
+--- configure.orig Mon Oct 27 00:55:34 1997
++++ configure Sun Jan 24 15:54:23 1999
@@ -992,9 +992,9 @@
qt_libdir=NO
for i in $qt_libdirs;
@@ -12,12 +12,3 @@
qt_libdir=$i
break 2
fi
-@@ -1711,7 +1711,7 @@
- if test "$OS_TYPE" = "FreeBSD" ; then
- OS_TYPE="BSD"
- fi
-- CFLAGS="-O6 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING ${CFLAGS_ARCH}"
-+ CFLAGS="-O2 -m486 -pipe -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING ${CFLAGS_ARCH}"
- ;;
-
- SunOS)