diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-04-27 08:50:51 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-04-27 08:50:51 +0000 |
commit | c33211dc5c85ba67259632a69f16a81bebc161a6 (patch) | |
tree | 48531a57b7d5e3852c19add8f9eadfbcc0bae61c | |
parent | mail/milter-manager: fix build with GCC-based architectures (diff) |
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.
Notes
Notes:
svn path=/head/; revision=500201
-rw-r--r-- | graphics/gimp-focusblur-plugin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp-focusblur-plugin/Makefile b/graphics/gimp-focusblur-plugin/Makefile index e826fbea4fae..c8eaa8ed6c05 100644 --- a/graphics/gimp-focusblur-plugin/Makefile +++ b/graphics/gimp-focusblur-plugin/Makefile @@ -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 |