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/f396537eaca7
branches:  trunk
changeset: 414335:f396537eaca7
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 63559b4f655c -r f396537eaca7 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