pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/lbreakout2 Ignore portability when configure is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4df13f8ef8e6
branches:  trunk
changeset: 426076:4df13f8ef8e6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 26 02:33:15 2020 +0000

description:
Ignore portability when configure is already patched

diffstat:

 games/lbreakout2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bc587030cf87 -r 4df13f8ef8e6 games/lbreakout2/Makefile
--- a/games/lbreakout2/Makefile Thu Mar 26 02:32:43 2020 +0000
+++ b/games/lbreakout2/Makefile Thu Mar 26 02:33:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2020/03/20 11:57:42 nia Exp $
+# $NetBSD: Makefile,v 1.46 2020/03/26 02:33:15 joerg Exp $
 
 DISTNAME=      lbreakout2-2.6.5
 CATEGORIES=    games
@@ -16,6 +16,8 @@
 
 LDFLAGS.SunOS+=        -lsocket -lnsl
 
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Msunpro)
 SUBST_CLASSES+=                sunpro



Home | Main Index | Thread Index | Old Index