svn commit: r438583 - head/graphics/darktable

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Sat Apr 15 13:47:57 UTC 2017


Author: dumbbell
Date: Sat Apr 15 13:47:55 2017
New Revision: 438583
URL: https://svnweb.freebsd.org/changeset/ports/438583

Log:
  graphics/darktable: Use LLVM 4.0 at build time
  
  We try to keep the same LLVM version as Mesa to avoid the need to have
  several versions of LLVM.
  
  Approved by:	bapt (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10403

Modified:
  head/graphics/darktable/Makefile

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Sat Apr 15 12:35:41 2017	(r438582)
+++ head/graphics/darktable/Makefile	Sat Apr 15 13:47:55 2017	(r438583)
@@ -96,8 +96,8 @@ WEBP_CMAKE_OFF=		-DUSE_WEBP:BOOL=OFF
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == amd64 && ${CHOSEN_COMPILER_TYPE} == clang
-# Enable OpenMP support with Clang 3.9.
-LLVM_VER=	39
+# Enable OpenMP support with Clang 4.0.
+LLVM_VER=	40
 BUILD_DEPENDS+=	clang${LLVM_VER}:devel/llvm${LLVM_VER}
 
 CPP=		clang-cpp${LLVM_VER}


More information about the svn-ports-head mailing list