From b0dc5db05c72cef387d0f5c68c99522ffd3d7707 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sun, 19 May 2002 12:29:49 +0000 Subject: 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. --- .../files/patch-svx+source+fmcomp+makefile.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 editors/openoffice-2.0-devel/files/patch-svx+source+fmcomp+makefile.mk (limited to 'editors/openoffice-2.0-devel/files/patch-svx+source+fmcomp+makefile.mk') diff --git a/editors/openoffice-2.0-devel/files/patch-svx+source+fmcomp+makefile.mk b/editors/openoffice-2.0-devel/files/patch-svx+source+fmcomp+makefile.mk new file mode 100644 index 000000000000..b16030080c0d --- /dev/null +++ b/editors/openoffice-2.0-devel/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= \ -- cgit v1.2.3