svn commit: r303833 - head/editors/libreoffice

Jung-uk Kim jkim at FreeBSD.org
Fri Sep 7 22:32:47 UTC 2012


Author: jkim
Date: Fri Sep  7 22:32:47 2012
New Revision: 303833
URL: http://svn.freebsd.org/changeset/ports/303833

Log:
  Work around a tinderbox shortcoming.
  
  Hinted by:	bapt

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Fri Sep  7 22:16:05 2012	(r303832)
+++ head/editors/libreoffice/Makefile	Fri Sep  7 22:32:47 2012	(r303833)
@@ -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++



More information about the svn-ports-all mailing list