Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Dec 2017 17:30:06 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455665 - head/audio/zynaddsubfx
Message-ID:  <201712061730.vB6HU6hn021797@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Wed Dec  6 17:30:06 2017
New Revision: 455665
URL: https://svnweb.freebsd.org/changeset/ports/455665

Log:
  audio/zynaddsubfx: fix build on cur, 10.x by force llvm40
  
  PR:		220958
  Submitted by:	hselasky (maintainer)

Modified:
  head/audio/zynaddsubfx/Makefile

Modified: head/audio/zynaddsubfx/Makefile
==============================================================================
--- head/audio/zynaddsubfx/Makefile	Wed Dec  6 17:14:13 2017	(r455664)
+++ head/audio/zynaddsubfx/Makefile	Wed Dec  6 17:30:06 2017	(r455665)
@@ -41,8 +41,8 @@ GUI_LIB_DEPENDS=		libfltk.so:x11-toolkits/fltk \
 				libfontconfig.so:x11-fonts/fontconfig
 GUI_ON=				-DGuiModule:STRING=fltk
 GUI_CMAKE_OFF=			-DGuiModule:STRING=OFF
-GUI_USE+=			XORG=x11,xext,xfixes,xcursor,ice,sm,xpm,xinerama,xft
-GUI_USE+=			GL=glu
+GUI_USE+=			XORG=x11,xext,xfixes,xcursor,xrender,ice,sm,xpm,xinerama,xft
+GUI_USE+=			GL=gl,glu
 GUI_USES=			jpeg
 
 OSS_CMAKE_ON=			-DOssEnable:BOOL=ON
@@ -76,6 +76,13 @@ PORTEXAMPLES=	*
 
 CMAKE_ARGS+=	-DZYN_DATADIR:STRING=${DATADIR}
 CMAKE_ARGS+=	-DZYN_EXAMPLESDIR:STRING=${EXAMPLESDIR}
+
+.include <bsd.port.options.mk>
+
+# Build fix for ZynAddSubFx
+BUILD_DEPENDS+=	clang40:devel/llvm40
+CC=		clang40
+CXX=		clang++40
 
 .include <bsd.port.pre.mk>
 



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