aboutsummaryrefslogtreecommitdiffstats
path: root/www/w3m/Makefile
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2002-01-30 11:50:21 +0800
committernobutaka <nobutaka@FreeBSD.org>2002-01-30 11:50:21 +0800
commit60dd2f1197eb00147b684005b6e68eadc0b8524d (patch)
tree57efb45e03ac1852902b64be27e86e34bfe6bf76 /www/w3m/Makefile
parent31c10228ec2939bc037f30d98ba3386e531239a9 (diff)
downloadfreebsd-ports-gnome-60dd2f1197eb00147b684005b6e68eadc0b8524d.tar.gz
freebsd-ports-gnome-60dd2f1197eb00147b684005b6e68eadc0b8524d.tar.zst
freebsd-ports-gnome-60dd2f1197eb00147b684005b6e68eadc0b8524d.zip
Respect CFLAGS.
Pointed out by: kris
Diffstat (limited to 'www/w3m/Makefile')
-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} \