Module Name: src Committed By: christos Date: Wed Feb 20 03:50:06 UTC 2019
Modified Files: src/external/mpl/bind/lib/libisc: Makefile Log Message: try using COPTS instead of CPPFLAGS To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/mpl/bind/lib/libisc/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/mpl/bind/lib/libisc/Makefile diff -u src/external/mpl/bind/lib/libisc/Makefile:1.4 src/external/mpl/bind/lib/libisc/Makefile:1.5 --- src/external/mpl/bind/lib/libisc/Makefile:1.4 Mon Feb 18 14:30:18 2019 +++ src/external/mpl/bind/lib/libisc/Makefile Tue Feb 19 22:50:06 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2019/02/18 19:30:18 christos Exp $ +# $NetBSD: Makefile,v 1.5 2019/02/20 03:50:06 christos Exp $ LIB=isc #USE_SHLIBDIR= yes @@ -47,7 +47,7 @@ SRCS+= ipv6.c # On certain flavors of arm we don't have native atomics only ones # libcall ones which are inefficient. But this should not be an # error anyway. -CPPFLAGS.mem.c+= ${${ACTIVE_CC} == "clang":? -Wno-error-atomic-alignment :} +COPTS.mem.c+= ${${ACTIVE_CC} == "clang":? -Wno-error-atomic-alignment :}