Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2015 13:36:16 +0200
From:      Vitaly Magerya <vmagerya@gmail.com>
To:        Jan Beich <jbeich@vfemail.net>
Cc:        lumiwa@gmail.com, FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Re: mypaint
Message-ID:  <54B654B0.6020508@gmail.com>
In-Reply-To: <d26j-hnjl-wny@vfemail.net>
References:  <4332122.R2hTBFfxOS@lumiwa.farms.net> <54B2C8FB.2040601@gmail.com>	<1799385.DexCJMgr9b@lumiwa.farms.net>	<3335351.IokthlFiqL@lumiwa.farms.net> <54B3D3B8.9060309@gmail.com> <d26j-hnjl-wny@vfemail.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2015-01-12 20:16, Jan Beich wrote:
> I think the following are relevant patches from bugzilla.
>
> Index: Mk/Uses/scons.mk
> ===================================================================
> --- Mk/Uses/scons.mk	(revision 376385)
> +++ Mk/Uses/scons.mk	(working copy)
> @@ -17,6 +17,8 @@ IGNORE=	Incorrect 'USES+= scons:${scons_ARGS}' sco
>   MAKEFILE=		#
>   MAKE_FLAGS=		#
>   ALL_TARGET=		#
> +CCFLAGS?=		${CFLAGS}
> +LINKFLAGS?=		${LDFLAGS}
>   LIBPATH?=		${LOCALBASE}/lib
>   CPPPATH?=		${LOCALBASE}/include
>   SCONS=			${LOCALBASE}/bin/scons
> Index: graphics/mypaint/Makefile
> ===================================================================
> --- graphics/mypaint/Makefile	(revision 376385)
> +++ graphics/mypaint/Makefile	(working copy)
> @@ -22,7 +22,7 @@ BUILD_DEPENDS:=	${RUN_DEPENDS} \
>
>   USE_GNOME=	glib20 pygtk2
>   MAKE_ARGS=	prefix="${PREFIX}"
> -USES=		gettext pkgconfig scons tar:bzip2 python
> +USES=		compiler:gcc-c++11-lib gettext pkgconfig scons tar:bzip2 python
>   INSTALLS_ICONS=	yes
>
>   SUB_FILES=	pkg-install
>
> -------------------------------------------------

Yup, this fixes the problem. Thank you.



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