1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/tblis: unbreak with libc++ 8

In file included from src/iface/1v/add.cxx:1:
In file included from src/iface/1v/add.h:4:
In file included from src/iface/1v/../../util/thread.h:10:
In file included from ./src/external/tci/tci.h:4:
In file included from ./src/external/tci/tci/barrier.h:7:
In file included from src/external/tci/tci/mutex.h:50:
In file included from /usr/include/c++/v1/system_error:147:
In file included from /usr/include/c++/v1/type_traits:406:
In file included from /usr/include/c++/v1/cstddef:38:
./version:1:1: error: expected unqualified-id
1.0.0
^

PR:		236192
Approved by:	portmgr blanket
This commit is contained in:
Jan Beich 2019-03-04 10:44:36 +00:00
parent 2ba39c13e3
commit 5b95cb7d25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494581

View File

@ -34,4 +34,8 @@ PARA_CONFIGURE_OFF= --enable-thread-model=none
INSTALL_TARGET= install-strip
post-patch:
# Avoid conflict with C++20 <version> by ignoring <...> under WRKSRC
@${REINPLACE_CMD} -i .c++20 's/-I/-iquote/g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>