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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user