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/multimedia/libdvbpsi/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/multimedia/libdvbpsi/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- pkgsrc/multimedia/libdvbpsi/Makefile 2013/01/21 14:41:27 1.15 +++ pkgsrc/multimedia/libdvbpsi/Makefile 2013/02/26 11:27:28 1.16 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2013/01/21 14:41:27 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2013/02/26 11:27:28 joerg Exp $ DISTNAME= libdvbpsi-1.0.0 CATEGORIES= multimedia @@ -17,4 +17,9 @@ PKGCONFIG_OVERRIDE= libdvbpsi.pc.in LIBS.SunOS+= -lsocket -lnsl +.include "../../mk/compiler.mk" +.if !empty(PKGSRC_COMPILER:Mclang) +_WRAP_EXTRA_ARGS.CC+= -Wno-error=tautological-constant-out-of-range-compare +.endif + .include "../../mk/bsd.pkg.mk"