aboutsummaryrefslogtreecommitdiffstats
path: root/www/w3m
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-03-19 15:30:50 +0800
committerphantom <phantom@FreeBSD.org>2000-03-19 15:30:50 +0800
commitccd72863c1f12d590843619431d6f8a2fa837a05 (patch)
tree66f1be6a2a98021c841c2cdc0a65f3adb5737521 /www/w3m
parent98f8437133341788d90cdb39645fb0d7ca092369 (diff)
downloadfreebsd-ports-gnome-ccd72863c1f12d590843619431d6f8a2fa837a05.tar.gz
freebsd-ports-gnome-ccd72863c1f12d590843619431d6f8a2fa837a05.tar.zst
freebsd-ports-gnome-ccd72863c1f12d590843619431d6f8a2fa837a05.zip
Temporary fix segfaulting problem -- disable any kind of optimizations
during compilation. Not objected to by: -ports, -committers
Diffstat (limited to 'www/w3m')
-rw-r--r--www/w3m/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index 38d1e38bab07..8fa175b29cbd 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -21,6 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc
WRKSRC= ${WRKDIR}/w3m
MAN1= w3m.1
MANLANG= ""
+CFLAGS= -pipe
TARGET= ${WRKSRC}/config.h
DOCS= FAQ.html HISTORY MANUAL.html README \