pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/openttd



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Oct  1 10:38:01 UTC 2024

Modified Files:
        pkgsrc/games/openttd: Makefile

Log Message:
openttd: needs atomic64


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/games/openttd/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/openttd/Makefile
diff -u pkgsrc/games/openttd/Makefile:1.126 pkgsrc/games/openttd/Makefile:1.127
--- pkgsrc/games/openttd/Makefile:1.126 Sun Aug 25 06:18:46 2024
+++ pkgsrc/games/openttd/Makefile       Tue Oct  1 10:38:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.126 2024/08/25 06:18:46 wiz Exp $
+# $NetBSD: Makefile,v 1.127 2024/10/01 10:38:00 nia Exp $
 
 DISTNAME=      openttd-14.1-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -56,5 +56,6 @@ PLIST.unix=   yes
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index