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.11 retrieving revision 1.18 diff -u -p -r1.11 -r1.18 --- pkgsrc/multimedia/libdvbpsi/Makefile 2011/09/08 21:10:26 1.11 +++ pkgsrc/multimedia/libdvbpsi/Makefile 2013/04/27 23:06:18 1.18 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2011/09/08 21:10:26 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2013/04/27 23:06:18 joerg Exp $ -DISTNAME= libdvbpsi-0.2.1 +DISTNAME= libdvbpsi-1.1.0 CATEGORIES= multimedia MASTER_SITES= http://www.videolan.org/pub/libdvbpsi/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.bz2 @@ -10,11 +10,17 @@ HOMEPAGE= http://www.videolan.org/ COMMENT= PSI decoder and generator library for MPEG2 and DVB streams LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake USE_LIBTOOL= yes GNU_CONFIGURE= yes 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 \ + -Wno-error=tautological-compare +.endif + .include "../../mk/bsd.pkg.mk"