svn commit: r514342 - head/math/flann

Piotr Kubaj pkubaj at FreeBSD.org
Sat Oct 12 15:56:39 UTC 2019


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
 


More information about the svn-ports-head mailing list