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

(-)Makefile (-1 / +3 lines)
Lines 14-20 Link Here
14
14
15
BUILD_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/glm
15
BUILD_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/glm
16
16
17
USES=		compiler:c++14-lang gmake qmake qt:5
17
USES=		compiler:c++14-lang gl gmake qmake qt:5
18
USE_GITHUB=	yes
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	abau
19
GH_ACCOUNT=	abau
20
USE_CXXSTD=	c++14
20
USE_CXXSTD=	c++14
Lines 21-26 Link Here
21
USE_GL=		gl
21
USE_GL=		gl
22
USE_QT=		core gui opengl widgets xml buildtools_build
22
USE_QT=		core gui opengl widgets xml buildtools_build
23
23
24
CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
25
CXXFLAGS_gcc=	-Wno-narrowing
24
MAKE_JOBS_UNSAFE=	yes  # Workaround for: https://github.com/abau/dilay/issues/19 parallel build fails (still a problem despite having been closed)
26
MAKE_JOBS_UNSAFE=	yes  # Workaround for: https://github.com/abau/dilay/issues/19 parallel build fails (still a problem despite having been closed)
25
27
26
PLIST_FILES=	bin/dilay \
28
PLIST_FILES=	bin/dilay \

Return to bug 239312