Skip to content

Commit

Permalink
libcups: skip backup file when checking portability
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jan 4, 2021
1 parent 80a4aab commit 7fc9899
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion print/libcups/Makefile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 7fc9899

Please sign in to comment.