Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/graphics/gimmage/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/graphics/gimmage/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.17 retrieving revision 1.35 diff -u -p -r1.17 -r1.35 --- pkgsrc/graphics/gimmage/Makefile 2012/10/08 23:01:42 1.17 +++ pkgsrc/graphics/gimmage/Makefile 2017/02/06 13:55:26 1.35 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2012/10/08 23:01:42 adam Exp $ +# $NetBSD: Makefile,v 1.35 2017/02/06 13:55:26 wiz Exp $ # DISTNAME= gimmage-0.2.3 -PKGREVISION= 14 +PKGREVISION= 30 CATEGORIES= graphics MASTER_SITES= http://download.berlios.de/gimmage/ @@ -13,6 +13,7 @@ COMMENT= GTKMM-based image viewing progr GNU_CONFIGURE= yes INSTALLATION_DIRS= share/doc/gimmage USE_LANGUAGES= c c++ +CXXFLAGS+= -std=c++11 USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config @@ -22,6 +23,7 @@ post-install: .include "../../graphics/cairomm/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../sysutils/file/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../x11/gtkmm/buildlink3.mk"