Module Name: src
Committed By: christos
Date: Tue May 9 20:03:11 UTC 2023
Modified Files:
src/games/factor: Makefile
Log Message:
Handle OpenSSL-3.x
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/games/factor/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/factor/Makefile
diff -u src/games/factor/Makefile:1.14 src/games/factor/Makefile:1.15
--- src/games/factor/Makefile:1.14 Mon Apr 12 00:19:32 2021
+++ src/games/factor/Makefile Tue May 9 16:03:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/04/12 04:19:32 mrg Exp $
+# $NetBSD: Makefile,v 1.15 2023/05/09 20:03:11 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk>
@@ -13,6 +13,8 @@ CPPFLAGS+=-DHAVE_OPENSSL
LDADD+= -lcrypto -lcrypt
DPADD+= ${LIBCRYPTO} ${LIBCRYPT}
+COPTS.factor.c+= -Wno-error=deprecated-declarations
+
MAN= factor.6
.PATH: ${PRIMES}