From c42d285aa1ec317480cedddfd7e1f072641bb783 Mon Sep 17 00:00:00 2001 From: mbr Date: Tue, 14 May 2002 17:42:20 +0000 Subject: Remove -g from build. We have special makeflags for this in OO. --- editors/openoffice-1.1/files/patch-solenv+inc+unxfbsdi.mk | 4 ++-- editors/openoffice-1.1/files/patch-solenv::inc::unxfbsdi.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'editors/openoffice-1.1') diff --git a/editors/openoffice-1.1/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice-1.1/files/patch-solenv+inc+unxfbsdi.mk index ab5e980366fb..99a282f3b5c6 100644 --- a/editors/openoffice-1.1/files/patch-solenv+inc+unxfbsdi.mk +++ b/editors/openoffice-1.1/files/patch-solenv+inc+unxfbsdi.mk @@ -37,11 +37,11 @@ +.ENDIF + +# flags for C and C++ Compiler -+CFLAGS+=-g -w -c $(INCLUDE) -I$(SOLARENV)/unxfbsdi/usr/include ++CFLAGS+=-w -c $(INCLUDE) -I$(SOLARENV)/unxfbsdi/usr/include +CFLAGS+=-I/usr/X11R6/include + +# flags for the C++ Compiler -+CFLAGSCC=-pipe -g ++CFLAGSCC=-pipe +CFLAGSCXX=-pipe -fno-for-scope -fpermissive + +# Flags for enabling exception handling diff --git a/editors/openoffice-1.1/files/patch-solenv::inc::unxfbsdi.mk b/editors/openoffice-1.1/files/patch-solenv::inc::unxfbsdi.mk index f4d271722670..05fd35ffb049 100644 --- a/editors/openoffice-1.1/files/patch-solenv::inc::unxfbsdi.mk +++ b/editors/openoffice-1.1/files/patch-solenv::inc::unxfbsdi.mk @@ -31,11 +31,11 @@ +.ENDIF + +# flags for C and C++ Compiler -+CFLAGS+=-g -w -c $(INCLUDE) -I$(SOLARENV)/unxfbsdi/usr/include ++CFLAGS+=-w -c $(INCLUDE) -I$(SOLARENV)/unxfbsdi/usr/include +CFLAGS+=-I/usr/X11R6/include + +# flags for the C++ Compiler -+CFLAGSCC=-pipe -g ++CFLAGSCC=-pipe +CFLAGSCXX=-pipe -fno-for-scope -fpermissive + +# Flags for enabling exception handling -- cgit