diff options
author | mbr <mbr@FreeBSD.org> | 2002-05-14 17:42:20 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-05-14 17:42:20 +0000 |
commit | c42d285aa1ec317480cedddfd7e1f072641bb783 (patch) | |
tree | 7ef330d85d782a9f30325f327213211242b70612 /editors/openoffice.org-1.1 | |
parent | 82390ffa697db74ac2637e6fe96e11251ce269af (diff) | |
download | FreeBSD-ports-c42d285aa1ec317480cedddfd7e1f072641bb783.zip FreeBSD-ports-c42d285aa1ec317480cedddfd7e1f072641bb783.tar.gz |
Remove -g from build. We have special makeflags for this in OO.
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r-- | editors/openoffice.org-1.1/files/patch-solenv+inc+unxfbsdi.mk | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/files/patch-solenv::inc::unxfbsdi.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice.org-1.1/files/patch-solenv+inc+unxfbsdi.mk b/editors/openoffice.org-1.1/files/patch-solenv+inc+unxfbsdi.mk index ab5e980..99a282f 100644 --- a/editors/openoffice.org-1.1/files/patch-solenv+inc+unxfbsdi.mk +++ b/editors/openoffice.org-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.org-1.1/files/patch-solenv::inc::unxfbsdi.mk b/editors/openoffice.org-1.1/files/patch-solenv::inc::unxfbsdi.mk index f4d2717..05fd35f 100644 --- a/editors/openoffice.org-1.1/files/patch-solenv::inc::unxfbsdi.mk +++ b/editors/openoffice.org-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 |