diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-23 22:21:39 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-23 22:21:39 +0000 |
commit | c90c2320b14e365cadeb61355f718a854739c680 (patch) | |
tree | 0949769971ceed04cfca31a0fdd70613930914eb /audio/libogg/files/patch-configure | |
parent | Bump PORTREVISION due to patch-processesend.pl (diff) |
Change maintainer for libao, libogg, libvorbis, and vorbis. Improve
use of autoconf and automake. Support NOPORTDOCS. Respect CFLAGS.
Fix libvorbis encoder on Alpha. Install documentation in proper
places.
Approved by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
(outgoing maintainer), Christian Weisgerber
<naddy@mips.inka.de> (new maintainer)
Notes
Notes:
svn path=/head/; revision=40296
Diffstat (limited to 'audio/libogg/files/patch-configure')
-rw-r--r-- | audio/libogg/files/patch-configure | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/libogg/files/patch-configure b/audio/libogg/files/patch-configure new file mode 100644 index 000000000000..df95503486ee --- /dev/null +++ b/audio/libogg/files/patch-configure @@ -0,0 +1,29 @@ +$FreeBSD$ +--- configure.orig Mon Feb 26 05:30:03 2001 ++++ configure Wed Mar 21 16:32:28 2001 +@@ -1489,9 +1489,9 @@ + PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" + ;; + *) +- DEBUG="-g" +- CFLAGS="-O" +- PROFILE="-g -p" ++ DEBUG="$CFLAGS -g" ++ CFLAGS="$CFLAGS" ++ PROFILE="$CFLAGS -g -p" + ;; + esac + else +@@ -1512,9 +1512,9 @@ + PROFILE="-fno-common -O4 -Wall -pg -g -fsigned-char -ffast-math" + ;; + *) +- DEBUG="-g -Wall -fsigned-char" +- CFLAGS="-O20 -fsigned-char" +- PROFILE="-O20 -g -pg -fsigned-char" ++ DEBUG="$CFLAGS -g -Wall -fsigned-char" ++ CFLAGS="$CFLAGS -fsigned-char" ++ PROFILE="$CFLAGS -g -pg -fsigned-char" + ;; + esac + fi |