pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/supertuxkart



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 18 09:41:44 UTC 2025

Modified Files:
        pkgsrc/games/supertuxkart: Makefile

Log Message:
supertuxkart: not -Werror safe


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/games/supertuxkart/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/supertuxkart/Makefile
diff -u pkgsrc/games/supertuxkart/Makefile:1.61 pkgsrc/games/supertuxkart/Makefile:1.62
--- pkgsrc/games/supertuxkart/Makefile:1.61     Wed Feb 12 06:45:04 2025
+++ pkgsrc/games/supertuxkart/Makefile  Tue Feb 18 09:41:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2025/02/12 06:45:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.62 2025/02/18 09:41:44 wiz Exp $
 
 DISTNAME=      SuperTuxKart-1.4-src
 PKGNAME=       ${DISTNAME:tl:S/-src//}
@@ -28,6 +28,8 @@ USE_CXX_FEATURES+=    c++20
 # Needs linux joystick support.
 CMAKE_CONFIGURE_ARGS+= -DENABLE_WAYLAND_DEVICE=OFF
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../audio/openal-soft/buildlink3.mk"



Home | Main Index | Thread Index | Old Index