Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2013 15:35:17 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318880 - head/editors/libreoffice
Message-ID:  <201305231535.r4NFZHXw059846@svn.freebsd.org>

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



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