From 2c0ea6ea8e2fd1968157a8cad296b681354d1d63 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Thu, 23 May 2013 15:35:17 +0000 Subject: Bump clang version requirement. Older versions produce broken code on i386. PR: ports/176893 Reviewed by: jkim --- editors/libreoffice/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/libreoffice') 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 -- cgit v1.2.3