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:           Tue Oct  1 10:39:53 UTC 2024

Modified Files:
        pkgsrc/games/fheroes2: Makefile

Log Message:
fheroes2: needs atomic64


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/games/fheroes2/Makefile:1.4
--- pkgsrc/games/fheroes2/Makefile:1.3  Mon Sep  9 07:38:31 2024
+++ pkgsrc/games/fheroes2/Makefile      Tue Oct  1 10:39:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/09/09 07:38:31 nia Exp $
+# $NetBSD: Makefile,v 1.4 2024/10/01 10:39:53 nia Exp $
 
 DISTNAME=      fheroes2-1.1.1
 CATEGORIES=    games
@@ -24,4 +24,5 @@ BUILDLINK_TRANSFORM+= rm:-Wextra-semi
 .include "../../graphics/SDL2_image/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index