diff --git a/hyper-viewer/Makefile b/hyper-viewer/Makefile index dd0f6ce94fbd53403c82f8b7c2a7ca0c3a6f1c81..55ac39f350ddc44cefe9d7588712956d4b91e347 100644 --- a/hyper-viewer/Makefile +++ b/hyper-viewer/Makefile @@ -8,7 +8,7 @@ VERSION= 0.1 CATEGORIES= supervision MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=hyper_viewer/} MASTER_REPOSITORY= ${MASTER_REPOSITORY_OPENROBOTS_TRAC}hyper_viewer - +PKGREVISION= 1 MAINTAINER= arnaud.degroote@laas.fr COMMENT= Viewer for the Hyper supervision tool diff --git a/hyper-viewer/patches/patch-aa b/hyper-viewer/patches/patch-aa new file mode 100644 index 0000000000000000000000000000000000000000..04dba87f5efd2598081a1c400b4cf2132aef24fb --- /dev/null +++ b/hyper-viewer/patches/patch-aa @@ -0,0 +1,12 @@ +diff --git CMakeLists.txt CMakeLists.txt +index ebc7608..9497af3 100644 +--- CMakeLists.txt ++++ CMakeLists.txt +@@ -41,6 +41,7 @@ add_library(hyper_viewer_lib ${VIEWER_MOC_SRCS} ${VIEWER_SRCS}) + target_link_libraries(hyper_viewer_lib ${QT_LIBRARIES}) + target_link_libraries(hyper_viewer_lib ${HYPER_LIBS}) + target_link_libraries(hyper_viewer_lib ${Boost_LIBRARIES}) ++target_link_libraries(hyper_viewer_lib pthread) + + add_executable(hyper_viewer src/main.cc) + target_link_libraries(hyper_viewer hyper_viewer_lib)