diff options
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index e40c0601adae..46814cefd359 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -215,7 +215,7 @@ MANCOMPRESSED= yes CC= /usr/bin/clang CPP= /usr/bin/clang-cpp CXX= /usr/bin/clang++ -CXXCPP= ${CPP} -x c++ +CXXCPP= ${CPP} .else BUILD_DEPENDS+= ${LOCALBASE}/bin/clang:${PORTSDIR}/lang/clang USE_BINUTILS= yes |