aboutsummaryrefslogtreecommitdiff
path: root/security/libfido2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-22 21:48:19 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-06-22 21:48:19 +0000
commit9e227cd786da49d6883d430bf9b41f1d04a0fce9 (patch)
treef8ddc37c24f52891868b9b04120e2729b0595675 /security/libfido2
parent47c6c8bc578698222b53550498f6a88edb2a8864 (diff)
downloadports-9e227cd786da49d6883d430bf9b41f1d04a0fce9.tar.gz
ports-9e227cd786da49d6883d430bf9b41f1d04a0fce9.zip
Clean up Makefile
Notes
Notes: svn path=/head/; revision=504891
Diffstat (limited to 'security/libfido2')
-rw-r--r--security/libfido2/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/security/libfido2/Makefile b/security/libfido2/Makefile
index 1cfb374b56d1..0443b7243818 100644
--- a/security/libfido2/Makefile
+++ b/security/libfido2/Makefile
@@ -26,8 +26,6 @@ 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>