svn commit: r488018 - head/graphics/gimp-resynthesizer

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 21 17:25:16 UTC 2018


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 at 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
 


More information about the svn-ports-all mailing list