From 7fc98997e7789b46eeb21dd0f8b01afc2b48fae2 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 4 Jan 2021 13:08:30 +0000 Subject: [PATCH] libcups: skip backup file when checking portability --- print/libcups/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/print/libcups/Makefile b/print/libcups/Makefile index c29a9e730dad..e43f40fe56c2 100644 --- a/print/libcups/Makefile +++ b/print/libcups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2020/08/17 20:17:40 leot Exp $ +# $NetBSD: Makefile,v 1.7 2021/01/04 13:08:30 wiz Exp $ .include "../../print/cups/Makefile.common" @@ -39,6 +39,8 @@ CONFIGURE_ARGS+= --with-exe-file-perm=0755 CONFIGURE_ENV+= DSOFLAGS=${LDFLAGS:M*:Q} +CHECK_PORTABILITY_SKIP+= configure~ + .include "../../mk/bsd.prefs.mk" .include "options.mk"