diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-07-19 06:29:35 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-07-19 06:29:35 +0000 |
commit | 3dc8097aac854240d9eebda13ee5bea844a09017 (patch) | |
tree | 3fef8894b292a7b19d738b3c8bcecdc0cd119587 /audio/libogg/files/patch-configure | |
parent | Fix MASTER_SITES and take maintainership. (diff) |
o update to 1.0 RC1.
PORTEPOCH bumped due to PKGNAME now strictly follows handbook.
(1.0b4,1 > 1.0.r1,1 vs. 1.0b4,1 < 1.0.r1,2)
o support NOPORTDOCS.
o remove stale MASTER_SITES.
PR: 29036
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=45236
Diffstat (limited to 'audio/libogg/files/patch-configure')
-rw-r--r-- | audio/libogg/files/patch-configure | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/audio/libogg/files/patch-configure b/audio/libogg/files/patch-configure index df95503486ee..81c57023e8d0 100644 --- a/audio/libogg/files/patch-configure +++ b/audio/libogg/files/patch-configure @@ -1,29 +1,25 @@ $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" +--- configure.orig Mon Jun 18 18:08:30 2001 ++++ configure Tue Jul 17 03:07:30 2001 +@@ -1492,7 +1492,7 @@ if test -z "$GCC"; then ;; *) -- DEBUG="-g" + DEBUG="-g" - CFLAGS="-O" -- PROFILE="-g -p" -+ DEBUG="$CFLAGS -g" -+ CFLAGS="$CFLAGS" -+ PROFILE="$CFLAGS -g -p" ++ CFLAGS="" + PROFILE="-g -p" ;; esac - else -@@ -1512,9 +1512,9 @@ +@@ -1514,9 +1514,9 @@ else 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" ++ DEBUG="-g -Wall" ++ CFLAGS="" ++ PROFILE="-g -pg" ;; esac fi |