diff options
author | mbr <mbr@FreeBSD.org> | 2002-05-19 20:29:49 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-05-19 20:29:49 +0800 |
commit | f96d94ad2ff072a911e0f47f5c293857828f27d0 (patch) | |
tree | 56ec609b01e84dad594a4444e8ff68f9a07233f4 /editors/openoffice.org-3-RC | |
parent | b37ee1d56042e9523807c7aeab71008916d9fdca (diff) | |
download | freebsd-ports-gnome-f96d94ad2ff072a911e0f47f5c293857828f27d0.tar.gz freebsd-ports-gnome-f96d94ad2ff072a911e0f47f5c293857828f27d0.tar.zst freebsd-ports-gnome-f96d94ad2ff072a911e0f47f5c293857828f27d0.zip |
Work around another C++ compiler bug with -O in our
STABLE gcc. Using -g for just this target, or removing
-O seems to fix the build.
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-svx+source+fmcomp+makefile.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-svx+source+fmcomp+makefile.mk b/editors/openoffice.org-3-RC/files/patch-svx+source+fmcomp+makefile.mk new file mode 100644 index 000000000000..b16030080c0d --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-svx+source+fmcomp+makefile.mk @@ -0,0 +1,12 @@ +--- ../svx/source/fmcomp/makefile.mk.orig Sun May 19 14:22:34 2002 ++++ ../svx/source/fmcomp/makefile.mk Sun May 19 14:27:48 2002 +@@ -74,6 +74,9 @@ + .INCLUDE : sv.mk + .INCLUDE : $(PRJ)$/util$/makefile.pmk + ++CFLAGS += -g ++CFLAGSCC += -g ++ + # --- Files -------------------------------------------------------- + + CXXFILES= \ |