diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-05-19 12:29:49 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-05-19 12:29:49 +0000 |
commit | b0dc5db05c72cef387d0f5c68c99522ffd3d7707 (patch) | |
tree | bcdfa0a57dd4a7e06c2c80652a616561e508795a /editors/openoffice-devel | |
parent | Link libmozab2 too. This is apparently a bug introduced in (diff) |
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.
Notes
Notes:
svn path=/head/; revision=59466
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r-- | editors/openoffice-devel/files/patch-svx+source+fmcomp+makefile.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice-devel/files/patch-svx+source+fmcomp+makefile.mk b/editors/openoffice-devel/files/patch-svx+source+fmcomp+makefile.mk new file mode 100644 index 000000000000..b16030080c0d --- /dev/null +++ b/editors/openoffice-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= \ |