Date: Sun, 30 Jun 2019 23:39:03 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505526 - head/math/vtk6 Message-ID: <201906302339.x5UNd36H022808@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906302339.x5UNd36H022808>