pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/supertux



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Mar 31 09:44:34 UTC 2020

Modified Files:
        pkgsrc/games/supertux: Makefile

Log Message:
supertux: Disable pointless portability check...


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/games/supertux/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/supertux/Makefile
diff -u pkgsrc/games/supertux/Makefile:1.21 pkgsrc/games/supertux/Makefile:1.22
--- pkgsrc/games/supertux/Makefile:1.21 Sun Mar  8 16:49:48 2020
+++ pkgsrc/games/supertux/Makefile      Tue Mar 31 09:44:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/03/08 16:49:48 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2020/03/31 09:44:34 nia Exp $
 
 PKGNAME=               supertux-0.6.1.1
 PKGREVISION=           1
@@ -21,6 +21,9 @@ USE_LANGUAGES=                c c++14
 # C++14
 GCC_REQD+=             5
 
+# We already patch 'configure'...
+CHECK_PORTABILITY_SKIP+=       external/SDL_ttf/configure.in
+
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../audio/openal-soft/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index