pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/warmux



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Apr 15 22:51:51 UTC 2020

Modified Files:
        pkgsrc/games/warmux: Makefile

Log Message:
Ignore portability of win32 helper script


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/warmux/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/warmux/Makefile
diff -u pkgsrc/games/warmux/Makefile:1.35 pkgsrc/games/warmux/Makefile:1.36
--- pkgsrc/games/warmux/Makefile:1.35   Sun Mar  8 16:49:48 2020
+++ pkgsrc/games/warmux/Makefile        Wed Apr 15 22:51:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/03/08 16:49:48 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2020/04/15 22:51:51 joerg Exp $
 
 DISTNAME=      warmux-11.01
 PKGREVISION=   30
@@ -20,6 +20,8 @@ CONFIGURE_ARGS+=      --enable-servers
 
 BUILDLINK_TRANSFORM+=  rm:-Wl,--as-needed
 
+CHECK_PORTABILITY_SKIP+=       build/win32_setup/create_setup.sh.in
+
 .include "../../audio/SDL_mixer/buildlink3.mk"
 .include "../../converters/fribidi/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"



Home | Main Index | Thread Index | Old Index