math/flann: Remove a bogus semicolon in .pc file (this caused failure in misc/openmvg)
MFH: 2020Q3
This commit is contained in:
parent
96c6c4a799
commit
9aa21a0e6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549762
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= flann
|
||||
DISTVERSION= 1.9.1-29
|
||||
DISTVERSIONSUFFIX= -g1d04523
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -23,4 +24,7 @@ USE_LDCONFIG= yes
|
|||
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
|
||||
|
||||
post-install: # workaround for https://github.com/mariusmuja/flann/issues/466
|
||||
${REINPLACE_CMD} -i '' -e 's/lib;-llz4/lib -llz4/' ${STAGEDIR}${PREFIX}/libdata/pkgconfig/flann.pc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue