Date: Sat, 27 Apr 2019 08:50:51 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500201 - head/graphics/gimp-focusblur-plugin Message-ID: <201904270850.x3R8op1X006285@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sat Apr 27 08:50:51 2019 New Revision: 500201 URL: https://svnweb.freebsd.org/changeset/ports/500201 Log: graphics/gimp-focusblur-plugin: fix build with GCC-based architectures, add USES=gnome localbase:ldflags Because of linking to boost, this port requires new GCC. While here, add USES=gnome localbase:ldflags. Modified: head/graphics/gimp-focusblur-plugin/Makefile Modified: head/graphics/gimp-focusblur-plugin/Makefile ============================================================================== --- head/graphics/gimp-focusblur-plugin/Makefile Sat Apr 27 08:49:04 2019 (r500200) +++ head/graphics/gimp-focusblur-plugin/Makefile Sat Apr 27 08:50:51 2019 (r500201) @@ -18,15 +18,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfftw3.so:math/fftw3 \ libgimp-2.0.so:graphics/gimp-app -USES= gmake pkgconfig tar:bzip2 +USES= compiler:c11 gmake gnome localbase:ldflags pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool PLUGIN_DIR?= libexec/gimp/2.2/plug-ins PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} -CPPFLAGS+= -I${LOCALBASE}/include -DGIMP_DISABLE_DEPRECATED -LDFLAGS+= -lm -L${LOCALBASE}/lib +CPPFLAGS+= -DGIMP_DISABLE_DEPRECATED +LDFLAGS+= -lm OPTIONS_DEFINE= NLS OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904270850.x3R8op1X006285>