svn commit: r506911 - head/graphics/gimp-refocus-plugin
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Jul 19 08:28:02 UTC 2019
Author: pkubaj
Date: Fri Jul 19 08:28:01 2019
New Revision: 506911
URL: https://svnweb.freebsd.org/changeset/ports/506911
Log:
graphics/gimp-refocus-plugin: fix build on GCC architectures
New compiler is needed:
refocus.c:290: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
Approved by: mentors (implicit approval)
Modified:
head/graphics/gimp-refocus-plugin/Makefile
Modified: head/graphics/gimp-refocus-plugin/Makefile
==============================================================================
--- head/graphics/gimp-refocus-plugin/Makefile Fri Jul 19 07:55:51 2019 (r506910)
+++ head/graphics/gimp-refocus-plugin/Makefile Fri Jul 19 08:28:01 2019 (r506911)
@@ -19,7 +19,8 @@ LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app \
libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig
-USES= autoreconf gettext gmake pathfix pkgconfig
+USES= autoreconf compiler:c++11-lang gettext gmake gnome pathfix \
+ pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= GIMPTOOL=${LOCALBASE}/bin/gimptool-2.0
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango
More information about the svn-ports-all
mailing list