aboutsummaryrefslogtreecommitdiffstats
path: root/editors/libreoffice
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2013-05-23 23:35:17 +0800
committertijl <tijl@FreeBSD.org>2013-05-23 23:35:17 +0800
commit54c3d31a8a6878a50d3d0b1d3b65f83dd4b3d026 (patch)
treede9e9f50bed893ef85449b6ad63ef85978c1eaf8 /editors/libreoffice
parent2db897395ffb8ee5f4396d91d22629760b3d5790 (diff)
downloadfreebsd-ports-gnome-54c3d31a8a6878a50d3d0b1d3b65f83dd4b3d026.tar.gz
freebsd-ports-gnome-54c3d31a8a6878a50d3d0b1d3b65f83dd4b3d026.tar.zst
freebsd-ports-gnome-54c3d31a8a6878a50d3d0b1d3b65f83dd4b3d026.zip
Bump clang version requirement. Older versions produce broken code on i386.
PR: ports/176893 Reviewed by: jkim
Diffstat (limited to 'editors/libreoffice')
-rw-r--r--editors/libreoffice/Makefile2
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