View | Details | Raw Unified | Return to bug 238697
Collapse All | Expand All

(-)x11-toolkits/nanogui/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
		libfreetype.so:print/freetype2 \
15
		libfreetype.so:print/freetype2 \
16
		libglfw.so:graphics/glfw
16
		libglfw.so:graphics/glfw
17
17
18
USES=		cmake compiler:c++14-lang eigen:3,build,run
18
USES=		cmake compiler:c++14-lang eigen:3,build,run gl
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	wjakob
20
GH_ACCOUNT=	wjakob
21
GH_TAGNAME=	885e4fc
21
GH_TAGNAME=	885e4fc
(-)x11-toolkits/nanogui/files/patch-src_common.cpp (+11 lines)
Line 0 Link Here
1
--- src/common.cpp.orig	2018-04-13 19:33:54 UTC
2
+++ src/common.cpp
3
@@ -24,7 +24,7 @@
4
 #if !defined(_WIN32)
5
 #  include <locale.h>
6
 #  include <signal.h>
7
-#  include <sys/dir.h>
8
+#  include <dirent.h>
9
 #endif
10
 
11
 NAMESPACE_BEGIN(nanogui)

Return to bug 238697