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.16 retrieving revision 1.22 diff -u -p -r1.16 -r1.22 --- pkgsrc/multimedia/libdvbpsi/Makefile 2013/02/26 11:27:28 1.16 +++ pkgsrc/multimedia/libdvbpsi/Makefile 2014/12/01 12:39:17 1.22 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2013/02/26 11:27:28 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2014/12/01 12:39:17 joerg Exp $ -DISTNAME= libdvbpsi-1.0.0 +DISTNAME= libdvbpsi-1.2.0 CATEGORIES= multimedia MASTER_SITES= http://www.videolan.org/pub/libdvbpsi/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.bz2 @@ -19,7 +19,10 @@ 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 +_WRAP_EXTRA_ARGS.CC+= -Wno-error=tautological-constant-out-of-range-compare \ + -Wno-error=tautological-compare +CWRAPPERS_APPEND.cc+= -Wno-error=tautological-constant-out-of-range-compare \ + -Wno-error=tautological-compare .endif .include "../../mk/bsd.pkg.mk"