pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/osg osg: Don't find asio accidentally



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00ab60c872e6
branches:  trunk
changeset: 344848:00ab60c872e6
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Nov 26 20:14:56 2019 +0000

description:
osg: Don't find asio accidentally

diffstat:

 graphics/osg/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 61146f7b7423 -r 00ab60c872e6 graphics/osg/Makefile
--- a/graphics/osg/Makefile     Tue Nov 26 19:38:26 2019 +0000
+++ b/graphics/osg/Makefile     Tue Nov 26 20:14:56 2019 +0000
@@ -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+=           -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