diff options
author | maho <maho@FreeBSD.org> | 2012-02-20 19:17:56 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2012-02-20 19:17:56 +0800 |
commit | a33672fa4e8b130cffe5274e694963167c1885b5 (patch) | |
tree | 940cd4828f67797be588a3b1370faaaac2ceada4 /editors | |
parent | 96741b789723c5ff61dd8d0f3c25ae041d4f0af8 (diff) | |
download | freebsd-ports-gnome-a33672fa4e8b130cffe5274e694963167c1885b5.tar.gz freebsd-ports-gnome-a33672fa4e8b130cffe5274e694963167c1885b5.tar.zst freebsd-ports-gnome-a33672fa4e8b130cffe5274e694963167c1885b5.zip |
Build fix for gcc 4.6, but not for default.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-3-devel/files/patch-bridges | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 274f52d26cc8..fb3dc836de15 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -28,6 +28,7 @@ USE_XORG= x11 ice xaw xau xext xrender xrandr \ xi xt xcursor xdamage xcomposite xfixes USE_GL= gl glu USE_GSTREAMER= yes +#USE_GCC= 4.6+ USE_GMAKE= yes USE_PYTHON= yes USE_PERL5_BUILD= yes diff --git a/editors/openoffice-3-devel/files/patch-bridges b/editors/openoffice-3-devel/files/patch-bridges new file mode 100644 index 000000000000..9fe7a8c2772a --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-bridges @@ -0,0 +1,12 @@ +Build fix for gcc46 + +--- bridges/source/cpp_uno/gcc3_freebsd_x86-64/except.cxx~ 2012-02-19 18:18:25.000000000 +0900 ++++ bridges/source/cpp_uno/gcc3_freebsd_x86-64/except.cxx 2012-02-20 18:03:45.000000000 +0900 +@@ -23,6 +23,7 @@ + + // MARKER(update_precomp.py): autogen include statement, do not remove + #include "precompiled_bridges.hxx" ++#include <exception> + + #include <stdio.h> + #include <string.h> |