svn commit: r505526 - head/math/vtk6
Stephen Montgomery-Smith
stephen at FreeBSD.org
Sun Jun 30 23:39:04 UTC 2019
Author: stephen
Date: Sun Jun 30 23:39:02 2019
New Revision: 505526
URL: https://svnweb.freebsd.org/changeset/ports/505526
Log:
- powerpc64 needs -mminimal-toc in CXXFLAGS.
PR: 238894
Submitted by: Piotr Kubaj <pkubaj at FreeBSD.org>
Modified:
head/math/vtk6/Makefile
Modified: head/math/vtk6/Makefile
==============================================================================
--- head/math/vtk6/Makefile Sun Jun 30 23:32:57 2019 (r505525)
+++ head/math/vtk6/Makefile Sun Jun 30 23:39:02 2019 (r505526)
@@ -26,8 +26,8 @@ LIB_DEPENDS= libtiff.so:graphics/tiff \
CONFLICTS= vtk5 vtk8
USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER}
USE_XORG= xt sm ice x11 xext
-USES= alias cmake jpeg
-CXXFLAGS+= -I${LOCALBASE}/include
+USES= alias cmake jpeg localbase
+CXXFLAGS_powerpc64= -mminimal-toc
VTK_SHORT_VER= ${PORTVERSION:R}
PLIST_SUB+= VER2=${VTK_SHORT_VER}
More information about the svn-ports-all
mailing list