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