summaryrefslogtreecommitdiffstats
path: root/editors/openoffice-2.0-devel
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-05-19 12:29:49 +0000
committermbr <mbr@FreeBSD.org>2002-05-19 12:29:49 +0000
commitf96d94ad2ff072a911e0f47f5c293857828f27d0 (patch)
tree56ec609b01e84dad594a4444e8ff68f9a07233f4 /editors/openoffice-2.0-devel
parentb37ee1d56042e9523807c7aeab71008916d9fdca (diff)
downloadFreeBSD-ports-f96d94ad2ff072a911e0f47f5c293857828f27d0.zip
FreeBSD-ports-f96d94ad2ff072a911e0f47f5c293857828f27d0.tar.gz
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-2.0-devel')
-rw-r--r--editors/openoffice-2.0-devel/files/patch-svx+source+fmcomp+makefile.mk12
1 files changed, 12 insertions, 0 deletions
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 0000000..b160300
--- /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= \
OpenPOWER on IntegriCloud