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

(-)Makefile (-2 / +1 lines)
Lines 17-23 Link Here
17
LICENSE_FILE_GPLv2+=	${WRKSRC}/LICENSE.txt
17
LICENSE_FILE_GPLv2+=	${WRKSRC}/LICENSE.txt
18
18
19
BROKEN_FreeBSD_12_i386=	fails to build on FreeBSD 12 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903
19
BROKEN_FreeBSD_12_i386=	fails to build on FreeBSD 12 i386 due to a clang bug: https://llvm.org/bugs/show_bug.cgi?id=21903
20
BROKEN_powerpc64=	fails to build: .rodata._Z7pow_intRKdRKi referenced in section .got of CMakeFiles/gmsh.dir/Numeric/bezierBasis.cpp.o: defined in discarded section
21
20
22
LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
21
LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
23
		libfontconfig.so:x11-fonts/fontconfig \
22
		libfontconfig.so:x11-fonts/fontconfig \
Lines 27-33 Link Here
27
		libsz.so:science/szip
26
		libsz.so:science/szip
28
RUN_DEPENDS=	getdp:science/getdp
27
RUN_DEPENDS=	getdp:science/getdp
29
28
30
USES=		blaslapack cmake fortran jpeg tar:tgz
29
USES=		blaslapack cmake compiler:c++11-lang fortran jpeg tar:tgz
31
USE_GL=		gl glu
30
USE_GL=		gl glu
32
USE_XORG=	x11 xcursor xext xinerama xfixes xft xrender
31
USE_XORG=	x11 xcursor xext xinerama xfixes xft xrender
33
32

Return to bug 231832