aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-09-08 06:32:47 +0800
committerjkim <jkim@FreeBSD.org>2012-09-08 06:32:47 +0800
commit244a0f84089c432d78efa8aa4e3e7d7c3d347e61 (patch)
tree9f8b16b0f0815226aa44e4bc2e5a48a4c2c49508 /editors
parentbb0c6b65b5827c892998329e716c52c87afd211f (diff)
downloadfreebsd-ports-gnome-244a0f84089c432d78efa8aa4e3e7d7c3d347e61.tar.gz
freebsd-ports-gnome-244a0f84089c432d78efa8aa4e3e7d7c3d347e61.tar.zst
freebsd-ports-gnome-244a0f84089c432d78efa8aa4e3e7d7c3d347e61.zip
Work around a tinderbox shortcoming.
Hinted by: bapt
Diffstat (limited to 'editors')
-rw-r--r--editors/libreoffice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 103a0a5c7433..000d830b5cec 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -208,7 +208,7 @@ MANCOMPRESSED= yes
#USE_GCC= 4.6+
#DISTFILES+= bd30e9cf5523cdfc019b94f5e1d7fd19-cppunit-1.12.1.tar.gz:ext
#.else
-.if exists(/usr/bin/clang)
+.if exists(/usr/bin/clang) && ${OSVERSION} >= 900014
CC= /usr/bin/clang
CPP= /usr/bin/clang-cpp
CXX= /usr/bin/clang++