[SCM] visp branch, master, updated. debian/2.6.2-1-62-g786cb89

Thomas Moulard thomas.moulard at gmail.com
Fri Jul 12 07:54:09 UTC 2013


The following commit has been merged in the master branch:
commit 4d79506772277d8e66fd69dbca48424e1f3983f3
Author: Thomas Moulard <thomas.moulard at gmail.com>
Date:   Fri Jul 12 16:06:40 2013 +0900

    Disable OGER on FreeBSD

diff --git a/debian/rules b/debian/rules
index b38f6ee..10f0005 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,8 @@ CONFIGURE_ARGS=	\
 # dc1394, v4l and ois are only available on Linux.
 ifneq ($(DEB_HOST_ARCH_OS),linux)
   CONFIGURE_ARGS += -DUSE_DC1394_2=OFF -DUSE_V4L2:BOOL=OFF -DUSE_OIS=OFF
+# OGRE support triggers ICE on FreeBSD, disable for now.
+  CONFIGURE_ARGS += -DUSE_OGRE=OFF
 else
   CONFIGURE_ARGS += -DUSE_DC1394_2=ON -DUSE_V4L2:BOOL=ON -DUSE_OIS=ON
 endif

-- 
visp



More information about the debian-science-commits mailing list