projects
/
openni2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d20068
)
Link NiViewer against ptherad (DSO on Ubuntu raring)
author
Jochen Sprickerhof
<jochen@sprickerhof.de>
Sat, 25 May 2013 08:28:22 +0000
(10:28 +0200)
committer
Adrian Bunk
<bunk@debian.org>
Tue, 13 Mar 2018 15:52:24 +0000
(15:52 +0000)
Gbp-Pq: Name 0007-Link-NiViewer-against-ptherad-DSO-on-Ubuntu-raring.patch
Source/Tools/NiViewer/Makefile
patch
|
blob
|
history
diff --git
a/Source/Tools/NiViewer/Makefile
b/Source/Tools/NiViewer/Makefile
index 1eba049a7b74a293a904b588b4fd36461558e733..f1d5714e153cf87961724881d61137288a5f5641 100644
(file)
--- a/
Source/Tools/NiViewer/Makefile
+++ b/
Source/Tools/NiViewer/Makefile
@@
-23,6
+23,7
@@
ifeq ("$(OSTYPE)","Darwin")
else
CFLAGS += -DUNIX -DGLX_GLXEXT_LEGACY
USED_LIBS += glut GL
+ LDFLAGS += -pthread
endif
LIB_DIRS += ../../../ThirdParty/PSCommon/XnLib/Bin/$(PLATFORM)-$(CFG)