Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2019 08:28:01 +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: r506911 - head/graphics/gimp-refocus-plugin
Message-ID:  <201907190828.x6J8S1Cj012818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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