From 30710bc6a78b4a099c52a72f3eb47657d5ac16e1 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Tue, 17 Aug 2004 13:45:08 +0000 Subject: Add -fpermissve to CPPFLAGS to fix build with gcc 3.4 --- devel/ddd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/ddd') diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index 366bd393fa13..6d75018e38a1 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -26,7 +26,7 @@ USE_LIBTOOL_VER=13 CFLAGS+= -Wno-deprecated CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include/freelibiberty ${CPPFLAGS}' \ +CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include/freelibiberty ${CPPFLAGS} -fpermissive' \ LDFLAGS='${LDFLAGS}' CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-motif-libraries="${LIBXMDIR}" \ -- cgit v1.2.3