fix clang build

REVISION bump tweak and ok pascal@
This commit is contained in:
rsadowski 2017-08-21 17:55:37 +00:00
parent 91b087c1c1
commit 460f215a08
2 changed files with 16 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2017/07/26 22:45:24 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2017/08/21 17:55:37 rsadowski Exp $
COMMENT = library set for simulations, games and visualizations
DISTNAME = simgear-2016.3.1
REVISION = 0
REVISION = 1
SHARED_LIBS += SimGearCore 4.0 # 2.10
SHARED_LIBS += SimGearScene 4.0 # 2.10

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-simgear_nasal_cppbind_Ghost_hxx,v 1.1 2017/08/21 17:55:37 rsadowski Exp $
Index: simgear/nasal/cppbind/Ghost.hxx
--- simgear/nasal/cppbind/Ghost.hxx.orig
+++ simgear/nasal/cppbind/Ghost.hxx
@@ -36,6 +36,8 @@
#include <boost/shared_ptr.hpp>
#include <boost/utility/enable_if.hpp>
+#include <osg/Referenced>
+
#include <map>
template<class T>