pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/fheroes2



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Aug 29 19:31:44 UTC 2024

Modified Files:
        pkgsrc/games/fheroes2: Makefile

Log Message:
fheroes2: remove compiler warning option unsupported by gcc-7 in netbsd-9


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/fheroes2/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/fheroes2/Makefile
diff -u pkgsrc/games/fheroes2/Makefile:1.1 pkgsrc/games/fheroes2/Makefile:1.2
--- pkgsrc/games/fheroes2/Makefile:1.1  Mon Aug 19 22:09:32 2024
+++ pkgsrc/games/fheroes2/Makefile      Thu Aug 29 19:31:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/08/19 22:09:32 nia Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/29 19:31:43 nia Exp $
 
 DISTNAME=      fheroes2-1.1.1
 CATEGORIES=    games
@@ -14,6 +14,9 @@ USE_LANGUAGES=        c c++
 
 USE_CXX_FEATURES+=     c++17
 
+# work with netbsd-9 compiler
+BUILDLINK_TRANSFORM+=  rm:-Wextra-semi
+
 .include "../../devel/cmake/build.mk"
 .include "../../audio/SDL2_mixer/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index