mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
29 lines
721 B
Plaintext
29 lines
721 B
Plaintext
--- configure.orig Fri Oct 15 04:31:00 1999
|
|
+++ configure Sat Feb 19 10:37:29 2000
|
|
@@ -53,7 +53,7 @@
|
|
|
|
echo "Configuring common code library v$VERSION for $OSTYPE"
|
|
|
|
-GCCWFLAGS="-W -Wall -Wbad-function-cast -Wmissing-prototypes -Werror"
|
|
+GCCWFLAGS="-W -Wall -Wbad-function-cast -Wmissing-prototypes"
|
|
DEFS=""
|
|
|
|
AR="ar"
|
|
@@ -99,13 +99,13 @@
|
|
PROFILE="-pg"
|
|
ECHO="echo -e"
|
|
;;
|
|
- FreeBSD ) CC="gcc"
|
|
+ FreeBSD ) CC="${CC}"
|
|
WFLAGS=$GCCWFLAGS
|
|
- INCLUDE="-I/usr/local/include"
|
|
+ INCLUDE="-I${LOCALBASE}/include"
|
|
LDLIBS="-lm"
|
|
DEBUG="-g"
|
|
CHAR="-fsigned-char"
|
|
- OPTIMIZE="-O4"
|
|
+ OPTIMIZE="${OPTIMIZE}"
|
|
PROFILE="-pg"
|
|
ECHO=/bin/echo
|
|
;;
|