diff options
author | joerg <joerg@pkgsrc.org> | 2016-12-22 11:37:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-12-22 11:37:33 +0000 |
commit | 952fd4df93c0a4cdee5c626a31538d9aba454856 (patch) | |
tree | 7f8c1c8c712f65ecc48ae7aa3334cc0593504d51 /graphics | |
parent | 1dfe99fc18527b1fc226a8ab2fecbfdc6ed0bfd2 (diff) | |
download | pkgsrc-952fd4df93c0a4cdee5c626a31538d9aba454856.tar.gz |
Fix Jasper fallout.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/osg/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 6efcccedc13..d2349b0ee39 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2016/10/09 21:41:59 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2016/12/22 11:37:33 joerg Exp $ DISTNAME= OpenSceneGraph-3.0.1 PKGNAME= osg-3.0.1 @@ -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 |