pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/libcups libcups: skip backup file when checking ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4efbaa36abd0
branches:  trunk
changeset: 444291:4efbaa36abd0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 04 13:08:30 2021 +0000

description:
libcups: skip backup file when checking portability

diffstat:

 print/libcups/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4958f4724676 -r 4efbaa36abd0 print/libcups/Makefile
--- a/print/libcups/Makefile    Mon Jan 04 12:38:25 2021 +0000
+++ b/print/libcups/Makefile    Mon Jan 04 13:08:30 2021 +0000
@@ -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_ENV+=                DSOFLAGS=${LDFLAGS:M*:Q}
 
+CHECK_PORTABILITY_SKIP+=       configure~
+
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index