diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-05-23 15:35:17 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-05-23 15:35:17 +0000 |
commit | 2c0ea6ea8e2fd1968157a8cad296b681354d1d63 (patch) | |
tree | de9e9f50bed893ef85449b6ad63ef85978c1eaf8 /editors | |
parent | 9766fa385f825f2cd4c599543dc57d6dffb71c25 (diff) | |
download | ports-2c0ea6ea8e2fd1968157a8cad296b681354d1d63.tar.gz ports-2c0ea6ea8e2fd1968157a8cad296b681354d1d63.zip |
Notes
Diffstat (limited to 'editors')
-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 6945896b409a..a246db6fe825 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -354,7 +354,7 @@ CXX= /usr/bin/clang++ CONFIGURE_ENV+= CXXCPP="${CPP}" .else # XXX Clang PR13308 (http://llvm.org/bugs/show_bug.cgi?id=13308) -BUILD_DEPENDS+= clang>=3.2:${PORTSDIR}/lang/clang +BUILD_DEPENDS+= clang>=3.2_4:${PORTSDIR}/lang/clang USE_BINUTILS= yes CC= ${LOCALBASE}/bin/clang CPP= ${CC} -E |