View | Details | Raw Unified | Return to bug 227679 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/godot/Makefile (-2 / +2 lines)
Lines 24-31 RUN_DEPENDS= xdg-user-dir:devel/xdg-user-dirs \ Link Here
24
USE_GITHUB=	yes
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	godotengine
25
GH_ACCOUNT=	godotengine
26
26
27
# on 10.4 using clang34 fails - so we want to use clang50
27
# on 10.4 using clang34 fails - so we want to use clang60
28
# gl already needs clang50 so this shouldn't add any overhead
28
# gl already needs clang60 so this shouldn't add any overhead
29
USES=		compiler:c++14-lang pkgconfig scons ssl
29
USES=		compiler:c++14-lang pkgconfig scons ssl
30
USE_XORG=	x11 xcursor xi xinerama xrandr
30
USE_XORG=	x11 xcursor xi xinerama xrandr
31
USE_GL=		gl glew glu
31
USE_GL=		gl glew glu

Return to bug 227679