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/osg/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/graphics/osg/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.61 retrieving revision 1.66 diff -u -p -r1.61 -r1.66 --- pkgsrc/graphics/osg/Makefile 2016/08/17 00:06:39 1.61 +++ pkgsrc/graphics/osg/Makefile 2017/01/01 16:05:58 1.66 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2016/08/17 00:06:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.66 2017/01/01 16:05:58 adam Exp $ DISTNAME= OpenSceneGraph-3.0.1 PKGNAME= osg-3.0.1 -PKGREVISION= 43 +PKGREVISION= 47 CATEGORIES= graphics devel MASTER_SITES= http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-${PKGVERSION_NOREV}/source/ EXTRACT_SUFX= .zip @@ -24,6 +24,9 @@ PLIST_VARS+= quartz x11 .include "../../mk/bsd.prefs.mk" +# jasper uses SIZE_MAX and friends in its headers. +CXXFLAGS+= -D__STDC_LIMIT_MACROS + .if ${OPSYS} == "Darwin" PLIST.quartz= yes .else