pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2024Q3] pkgsrc/games/openttd



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Oct  1 14:10:03 UTC 2024

Modified Files:
        pkgsrc/games/openttd [pkgsrc-2024Q3]: Makefile

Log Message:
Pullup ticket #6897 - requested by nia
Build fix

Revisions pulled up:
- games/openttd/Makefile                                        1.127

---
   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.126.2.1 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.126.2.1
--- pkgsrc/games/openttd/Makefile:1.126 Sun Aug 25 06:18:46 2024
+++ pkgsrc/games/openttd/Makefile       Tue Oct  1 14:10:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.126 2024/08/25 06:18:46 wiz Exp $
+# $NetBSD: Makefile,v 1.126.2.1 2024/10/01 14:10:03 maya 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