mypaint

Vitaly Magerya vmagerya at gmail.com
Wed Jan 14 11:36:29 UTC 2015


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.


More information about the freebsd-ports mailing list