Module Name:    src
Committed By:   lukem
Date:           Thu Jul  2 13:56:10 UTC 2020

Modified Files:
        src/external/bsd/lutok/tests/lib/liblutok: Makefile

Log Message:
lutok: auto_ptr replaced; remove build workaround


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/lutok/tests/lib/liblutok/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/lutok/tests/lib/liblutok/Makefile
diff -u src/external/bsd/lutok/tests/lib/liblutok/Makefile:1.3 src/external/bsd/lutok/tests/lib/liblutok/Makefile:1.4
--- src/external/bsd/lutok/tests/lib/liblutok/Makefile:1.3	Sun Jun 21 14:12:50 2020
+++ src/external/bsd/lutok/tests/lib/liblutok/Makefile	Thu Jul  2 13:56:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/06/21 14:12:50 lukem Exp $
+# $NetBSD: Makefile,v 1.4 2020/07/02 13:56:10 lukem Exp $
 
 .include <bsd.own.mk>
 
@@ -10,9 +10,6 @@ SRCDIR=		${NETBSDSRCDIR}/external/bsd/lu
 CPPFLAGS+=	-DHAVE_CONFIG_H
 CPPFLAGS+=	-I${NETBSDSRCDIR}/lib/liblutok
 
-# lutok uses auto_ptr; g++ 8 complains about it
-CXXFLAGS+=	-Wno-deprecated-declarations
-
 FILESDIR=	${TESTSDIR}
 
 TESTS_CXX=

Reply via email to