diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-03-04 10:44:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-03-04 10:44:36 +0000 |
commit | 5b95cb7d25bc798ba0ce2456fdc8dafebf4f9352 (patch) | |
tree | d464a8fe23efa3286bc3dbbbcd43dcc317154457 /math/tblis | |
parent | 2ba39c13e3d5766363bd9b4c1ae356f46ee9cfc4 (diff) |
Notes
Diffstat (limited to 'math/tblis')
-rw-r--r-- | math/tblis/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/tblis/Makefile b/math/tblis/Makefile index d0d8c6debd18..2a842dd7adb1 100644 --- a/math/tblis/Makefile +++ b/math/tblis/Makefile @@ -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> |