diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-24 14:33:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-24 14:33:37 +0000 |
commit | 9349cd6d9912c813d5e02d8dc065254d92e6df74 (patch) | |
tree | 03ede11fbee4e725001d6611321aecd522a1a26f /security/libfido2 | |
parent | bcdccd3bea0e35684e96ea3701993090afeec16b (diff) |
Notes
Diffstat (limited to 'security/libfido2')
-rw-r--r-- | security/libfido2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/libfido2/Makefile b/security/libfido2/Makefile index d5ff12767d06..1cfb374b56d1 100644 --- a/security/libfido2/Makefile +++ b/security/libfido2/Makefile @@ -26,5 +26,8 @@ post-patch: @${REINPLACE_CMD} -e '/libcrypto/d' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/man/CMakeLists.txt @${REINPLACE_CMD} -e 's|endian.h|sys/&|' ${WRKSRC}/CMakeLists.txt ${WRKSRC}/openbsd-compat/openbsd-compat.h +#.if exists(/usr/lib/libstdc++.so) + @${REINPLACE_CMD} -e '/-Wno-unused-result/d; /-Wno-discarded-qualifiers/d' ${WRKSRC}/CMakeLists.txt +#.endif .include <bsd.port.mk> |