diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-05-04 20:02:25 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-05-04 20:02:25 +0000 |
commit | e68eaea5f12217864cd469ac1cffc1f8cd9bd3fc (patch) | |
tree | 1c518e47cb6bca96acf5d9c3d66616bb47f50c24 /editors | |
parent | a4c811e8863280f72eea4a3c4f932e793ccc5ba8 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index e2b5e40d7086..b561a6782735 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -229,6 +229,8 @@ USE_BINUTILS= yes CXXCPP= clang++ -E CPP= clang -E .endif +# XXX Work around C++11 problems with Clang. +CXXFLAGS= -std=gnu++98 -Qunused-arguments BUILD_DEPENDS+= ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit .endif |