From 8846ed309d85b001f1723a29f14205a211c9d0db Mon Sep 17 00:00:00 2001
From: Arnaud Degroote <arnaud.degroote@laas.fr>
Date: Thu, 12 Sep 2013 15:18:44 +0200
Subject: [PATCH] [wip/libfreenect] Force to install librairies in lib/

---
 libfreenect/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libfreenect/Makefile b/libfreenect/Makefile
index d82f9391..98b7e2ec 100644
--- a/libfreenect/Makefile
+++ b/libfreenect/Makefile
@@ -9,11 +9,14 @@ CATEGORIES=	hardware image
 MASTER_SITES=	https://github.com/OpenKinect/libfreenect.git@${COMMIT}
 FETCH_METHOD=	git
 
+PKGREVISION=    1
+
 MAINTAINER=	robotpkg@laas.fr
 HOMEPAGE=	http://openkinect.org/
 COMMENT=	Kinect(tm) Camera driver
 LICENSE=	apache-2.0
 
+CMAKE_ARGS+= 		-DLIB_SUFFIX=""
 
 #option for opencv wrapping and demo building
 PKG_SUPPORTED_OPTIONS+=		opencv
-- 
GitLab