mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
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
25 lines
674 B
Text
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
|