svn commit: r504891 - head/security/libfido2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 22 21:48:20 UTC 2019


Author: sunpoet
Date: Sat Jun 22 21:48:19 2019
New Revision: 504891
URL: https://svnweb.freebsd.org/changeset/ports/504891

Log:
  Clean up Makefile

Modified:
  head/security/libfido2/Makefile

Modified: head/security/libfido2/Makefile
==============================================================================
--- head/security/libfido2/Makefile	Sat Jun 22 21:48:14 2019	(r504890)
+++ head/security/libfido2/Makefile	Sat Jun 22 21:48:19 2019	(r504891)
@@ -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>


More information about the svn-ports-all mailing list