Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2018 17:25:16 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488018 - head/graphics/gimp-resynthesizer
Message-ID:  <201812211725.wBLHPGeo012702@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Dec 21 17:25:15 2018
New Revision: 488018
URL: https://svnweb.freebsd.org/changeset/ports/488018

Log:
  - Fix build with gcc
  
  PR:		234211
  Submitted by:	pkubaj@anongoth.pl

Modified:
  head/graphics/gimp-resynthesizer/Makefile

Modified: head/graphics/gimp-resynthesizer/Makefile
==============================================================================
--- head/graphics/gimp-resynthesizer/Makefile	Fri Dec 21 16:36:57 2018	(r488017)
+++ head/graphics/gimp-resynthesizer/Makefile	Fri Dec 21 17:25:15 2018	(r488018)
@@ -20,7 +20,8 @@ LIB_DEPENDS=	libgimp-2.0.so:graphics/gimp-app
 USE_GITHUB=	yes
 GH_ACCOUNT=	bootchk
 
-USES=		autoreconf gettext gmake localbase pkgconfig python:2.7,run shebangfix
+USES=		autoreconf compiler:c++11-lang gettext gmake localbase \
+		pkgconfig python:2.7,run shebangfix
 SHEBANG_FILES=	PluginScripts/*.py
 GNU_CONFIGURE=	yes
 



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