pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/lbreakout2



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Mar 26 02:33:15 UTC 2020

Modified Files:
        pkgsrc/games/lbreakout2: Makefile

Log Message:
Ignore portability when configure is already patched


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/games/lbreakout2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/lbreakout2/Makefile
diff -u pkgsrc/games/lbreakout2/Makefile:1.45 pkgsrc/games/lbreakout2/Makefile:1.46
--- pkgsrc/games/lbreakout2/Makefile:1.45       Fri Mar 20 11:57:42 2020
+++ pkgsrc/games/lbreakout2/Makefile    Thu Mar 26 02:33:15 2020
@@ -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 @@ CONFIGURE_ARGS+=      --with-docdir=${PREFIX}
 
 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