summaryrefslogtreecommitdiff
path: root/audio/libao/files/patch-configure
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-08-27 01:26:34 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-08-27 01:26:34 +0000
commit9f49d35673785ccc2c8af01b936097cffd49686b (patch)
tree4e78682eac0541a9134129a1ed96f6eb0d3517c2 /audio/libao/files/patch-configure
parentUpdate to 1.4 Build 127 (diff)
Update libao to 0.8.0, which breaks mpg321. Update libogg, libvorbis,
vorbis-tools and the vorbis meta-port to 1.0rc2. This version supports "channel coupling" for more efficient compression of stereo material. Submitted by: Christian Weisgerber (maintainer)
Notes
Notes: svn path=/head/; revision=46948
Diffstat (limited to 'audio/libao/files/patch-configure')
-rw-r--r--audio/libao/files/patch-configure10
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/libao/files/patch-configure b/audio/libao/files/patch-configure
index 782e7d6eaeea..1fbaa4386df7 100644
--- a/audio/libao/files/patch-configure
+++ b/audio/libao/files/patch-configure
@@ -1,7 +1,9 @@
+
$FreeBSD$
---- configure.orig Mon Jun 18 18:05:25 2001
-+++ configure Tue Jul 17 12:38:04 2001
-@@ -1510,7 +1510,7 @@ if test -z "$GCC"; then
+
+--- configure.orig Mon Aug 13 13:39:05 2001
++++ configure Tue Aug 14 17:40:12 2001
+@@ -1510,7 +1510,7 @@
PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" ;;
*)
DEBUG="-g"
@@ -10,7 +12,7 @@ $FreeBSD$
PROFILE="-g -p" ;;
esac
else
-@@ -1525,9 +1525,9 @@ else
+@@ -1525,9 +1525,9 @@
CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -mv8"
PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8" ;;
*)