Date: Sat, 12 Oct 2019 15:56:38 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514342 - head/math/flann Message-ID: <201910121556.x9CFuc9c014028@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sat Oct 12 15:56:38 2019 New Revision: 514342 URL: https://svnweb.freebsd.org/changeset/ports/514342 Log: math/flann: remove -mminimal-toc Builds fine without it. PR: 240977 Approved by: linimon (mentor), portmgr (removing architecture-specific workarounds) Modified: head/math/flann/Makefile Modified: head/math/flann/Makefile ============================================================================== --- head/math/flann/Makefile Sat Oct 12 15:55:43 2019 (r514341) +++ head/math/flann/Makefile Sat Oct 12 15:56:38 2019 (r514342) @@ -22,8 +22,6 @@ USE_LDCONFIG= yes PLIST_SUB= SHL3=${DISTVERSION:C/-.*//} SHL2=${DISTVERSION:R} -CFLAGS_powerpc64= -mminimal-toc - CMAKE_OFF= BUILD_PYTHON_BINDINGS BUILD_MATLAB_BINDINGS BUILD_EXAMPLES BUILD_TESTS BUILD_DOC \ USE_OPENMP # OpenMP search is broken in cmake: https://gitlab.kitware.com/cmake/cmake/issues/17474
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910121556.x9CFuc9c014028>