aboutsummaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2002-01-30 03:50:21 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2002-01-30 03:50:21 +0000
commit034dfc40ba900762e526d96fb81139723443740e (patch)
treef328b692a4d8ed680b71d6c22910b99821261fb4 /www/w3m
parent33ec7d137a491baf325d3b322e89042b31c7b72f (diff)
downloadports-034dfc40ba900762e526d96fb81139723443740e.tar.gz
ports-034dfc40ba900762e526d96fb81139723443740e.zip
Respect CFLAGS.
Pointed out by: kris
Notes
Notes: svn path=/head/; revision=54011
Diffstat (limited to 'www/w3m')
-rw-r--r--www/w3m/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index 2e29c3e2510d..d2e99a5fd5bd 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -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} \