From ccd72863c1f12d590843619431d6f8a2fa837a05 Mon Sep 17 00:00:00 2001 From: phantom Date: Sun, 19 Mar 2000 07:30:50 +0000 Subject: Temporary fix segfaulting problem -- disable any kind of optimizations during compilation. Not objected to by: -ports, -committers --- www/w3m/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www') diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 38d1e38bab0..8fa175b29cb 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 \ -- cgit