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/x11/gnustep-preferences/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/gnustep-preferences/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.39 retrieving revision 1.45 diff -u -p -r1.39 -r1.45 --- pkgsrc/x11/gnustep-preferences/Attic/Makefile 2013/05/09 07:40:36 1.39 +++ pkgsrc/x11/gnustep-preferences/Attic/Makefile 2015/04/06 08:17:40 1.45 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2013/05/09 07:40:36 adam Exp $ +# $NetBSD: Makefile,v 1.45 2015/04/06 08:17:40 adam Exp $ DISTNAME= Preferences-1.2.0 PKGNAME= gnustep-${DISTNAME:S/P/p/} -PKGREVISION= 22 +PKGREVISION= 26 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prefsapp/} EXTRACT_SUFX= .tar.bz2 @@ -26,6 +26,13 @@ SUBST_FILES.gnustep_installation_dir+= P SUBST_FILES.gnustep_installation_dir+= Modules/Keyboard/GNUmakefile SUBST_SED.gnustep_installation_dir+= -e 's|\$$(GNUSTEP_SYSTEM_ROOT)/Library/Preferences|$${DESTDIR}${GNUSTEP_LIB_DIR}/Preferences|' +.include "../../mk/compiler.mk" + +.if !empty(PKGSRC_COMPILER:Mclang) +_WRAP_EXTRA_ARGS.CC+= -Wno-unused-const-variable +CWRAPPERS_APPEND.cc+= -Wno-unused-const-variable +.endif + .include "../../x11/gnustep-back/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk"