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

(-)Makefile (-4 / +8 lines)
Lines 23-34 Link Here
23
# TODO
23
# TODO
24
# * VTK Groups
24
# * VTK Groups
25
25
26
CONFLICTS=	vtk5 vtk8
26
CONFLICTS=	vtk8
27
USES=		alias cmake jpeg localbase xorg
27
USES=		alias cmake jpeg localbase xorg
28
USE_LDCONFIG=	${PREFIX}/lib/vtk-${VTK_SHORT_VER}
28
USE_LDCONFIG=	${PREFIX}/lib/vtk-${VTK_SHORT_VER}
29
USE_XORG=	xt sm ice x11 xext
29
USE_XORG=	xt sm ice x11 xext
30
CXXFLAGS_powerpc64=	-mminimal-toc
31
32
VTK_SHORT_VER=	${PORTVERSION:R}
30
VTK_SHORT_VER=	${PORTVERSION:R}
33
PLIST_SUB+=	VER2=${VTK_SHORT_VER}
31
PLIST_SUB+=	VER2=${VTK_SHORT_VER}
34
32
Lines 210-213 Link Here
210
CMAKE_ARGS+=	-DBUILD_DOCUMENTATION:BOOL=OFF
208
CMAKE_ARGS+=	-DBUILD_DOCUMENTATION:BOOL=OFF
211
.endif
209
.endif
212
210
213
.include <bsd.port.mk>
211
.include <bsd.port.pre.mk>
212
213
.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1
214
CXXFLAGS+=	-mminimal-toc
215
.endif
216
217
.include <bsd.port.post.mk>

Return to bug 242361