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: nia
Date: Tue Nov 26 20:14:56 UTC 2019
Modified Files:
pkgsrc/graphics/osg: Makefile
Log Message:
osg: Don't find asio accidentally
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 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.103 pkgsrc/graphics/osg/Makefile:1.104
--- pkgsrc/graphics/osg/Makefile:1.103 Thu Nov 7 12:38:03 2019
+++ pkgsrc/graphics/osg/Makefile Tue Nov 26 20:14:56 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2019/11/07 12:38:03 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2019/11/26 20:14:56 nia Exp $
DISTNAME= osg-3.4.1
PKGREVISION= 20
@@ -27,6 +27,7 @@ CMAKE_ARGS+= -DDYNAMIC_OPENSCENEGRAPH=O
CMAKE_ARGS+= -DOSG_USE_LOCAL_LUA_SOURCE=OFF
CMAKE_ARGS+= -DOSG_USE_QT=OFF
CMAKE_ARGS+= -DBUILD_OSG_EXAMPLES=OFF
+CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Asio=TRUE
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_SDL=TRUE # disable legacy SDL
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Lua51=TRUE # use Lua52
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_GTA=TRUE
Home |
Main Index |
Thread Index |
Old Index