svn commit: r318880 - head/editors/libreoffice
Tijl Coosemans
tijl at FreeBSD.org
Thu May 23 15:35:18 UTC 2013
Author: tijl
Date: Thu May 23 15:35:17 2013
New Revision: 318880
URL: http://svnweb.freebsd.org/changeset/ports/318880
Log:
Bump clang version requirement. Older versions produce broken code on i386.
PR: ports/176893
Reviewed by: jkim
Modified:
head/editors/libreoffice/Makefile
Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile Thu May 23 15:31:46 2013 (r318879)
+++ head/editors/libreoffice/Makefile Thu May 23 15:35:17 2013 (r318880)
@@ -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
More information about the svn-ports-head
mailing list