1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Respect CFLAGS.

Pointed out by:	kris
This commit is contained in:
MANTANI Nobutaka 2002-01-30 03:50:21 +00:00
parent 33ec7d137a
commit 034dfc40ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54011

View File

@ -28,7 +28,7 @@ CONFIGURE_ARGS= -nonstop --prefix=${PREFIX} \
--helpdir-ja=${PREFIX}/share/doc/ja/w3m \
--gc-includedir=${LOCALBASE}/include \
--gc-libdir=${LOCALBASE}/lib \
-cflags="-O2"
-cflags="${CFLAGS}"
HOSTNAME!= /bin/hostname
SCRIPTS_ENV= HOSTNAME=${HOSTNAME} WRKSRC=${WRKSRC} PREFIX=${PREFIX} \
CC=${CC} LOCALBASE=${LOCALBASE} JAPANESE=${JAPANESE} \