Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Dec 2017 17:44:07 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Kurt Jaeger <pi@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r455665 - head/audio/zynaddsubfx
Message-ID:  <20171206174407.GA82869@FreeBSD.org>
In-Reply-To: <201712061730.vB6HU6hn021797@repo.freebsd.org>
References:  <201712061730.vB6HU6hn021797@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 06, 2017 at 05:30:06PM +0000, Kurt Jaeger wrote:
> New Revision: 455665
> URL: https://svnweb.freebsd.org/changeset/ports/455665
> 
> Log:
>   audio/zynaddsubfx: fix build on cur, 10.x by force llvm40

Commit message does not explain what was the original problem, so it's
hard to judge whether attempted solution is correct or not.

> @@ -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

This change was not explained in the commit log.

> +.include <bsd.port.options.mk>

What is this .include <bsd.port.options.mk> needed for?

> +# Build fix for ZynAddSubFx
> +BUILD_DEPENDS+=	clang40:devel/llvm40
> +CC=		clang40
> +CXX=		clang++40

./danfe



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