diff options
author | John Marino <marino@FreeBSD.org> | 2015-09-10 09:24:00 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-09-10 09:24:00 +0000 |
commit | aee438b1abaaac36ac2284dab1dc821a6958ee96 (patch) | |
tree | 784dcff23f3d14376f84fa74e81cf1e96d81c6f8 /editors | |
parent | e10a12c0bd1bec8b98c61fdbfa2332dec48b0452 (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 c4fb02dd84d7..2c44a26fe7ef 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -304,6 +304,7 @@ _MAKE_JOBS= # .include <bsd.port.pre.mk> +.if ${OPSYS} == FreeBSD .if ${COMPILER_FEATURES:Mlibstdc++} BROKEN= Build with system libstdc++ is unsupported .endif @@ -312,6 +313,7 @@ BROKEN= Build with system libstdc++ is unsupported BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex CONFIGURE_ENV+= FLEX=${LOCALBASE}/bin/flex .endif +.endif # FreeBSD .if ${COMPILER_TYPE} == "clang" CXXFLAGS_WARN= -Woverloaded-virtual -Wno-unknown-pragmas \ |