pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/openrct2



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Oct  1 10:39:11 UTC 2024

Modified Files:
        pkgsrc/games/openrct2: Makefile

Log Message:
openrct2: needs atomic64


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/games/openrct2/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/openrct2/Makefile
diff -u pkgsrc/games/openrct2/Makefile:1.62 pkgsrc/games/openrct2/Makefile:1.63
--- pkgsrc/games/openrct2/Makefile:1.62 Sat Sep 21 06:41:34 2024
+++ pkgsrc/games/openrct2/Makefile      Tue Oct  1 10:39:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2024/09/21 06:41:34 triaxx Exp $
+# $NetBSD: Makefile,v 1.63 2024/10/01 10:39:11 nia Exp $
 
 PKGNAME=       openrct2-0.4.14
 CATEGORIES=    games
@@ -99,4 +99,5 @@ post-extract:
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../textproc/nlohmann-json/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index