Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2012 22:32:47 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303833 - head/editors/libreoffice
Message-ID:  <201209072232.q87MWlYB074926@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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++



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209072232.q87MWlYB074926>