diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-01-30 11:50:21 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-01-30 11:50:21 +0800 |
commit | 60dd2f1197eb00147b684005b6e68eadc0b8524d (patch) | |
tree | 57efb45e03ac1852902b64be27e86e34bfe6bf76 /www/w3m/Makefile | |
parent | 31c10228ec2939bc037f30d98ba3386e531239a9 (diff) | |
download | freebsd-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/Makefile | 2 |
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} \ |