pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/osg
Module Name: pkgsrc
Committed By: joerg
Date: Thu Dec 22 11:37:33 UTC 2016
Modified Files:
pkgsrc/graphics/osg: Makefile
Log Message:
Fix Jasper fallout.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/graphics/osg/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/osg/Makefile
diff -u pkgsrc/graphics/osg/Makefile:1.64 pkgsrc/graphics/osg/Makefile:1.65
--- pkgsrc/graphics/osg/Makefile:1.64 Sun Oct 9 21:41:59 2016
+++ pkgsrc/graphics/osg/Makefile Thu Dec 22 11:37:33 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index