ports/audio/libogg/files/patch-configure
FUJISHIMA Satsuki 3dc8097aac 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
2001-07-19 06:29:35 +00:00

25 lines
674 B
Text

$FreeBSD$
--- 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"
- CFLAGS="-O"
+ CFLAGS=""
PROFILE="-g -p"
;;
esac
@@ -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="-g -Wall"
+ CFLAGS=""
+ PROFILE="-g -pg"
;;
esac
fi