pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/snes9x-gtk



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Feb 17 21:19:30 UTC 2024

Modified Files:
        pkgsrc/emulators/snes9x-gtk: Makefile

Log Message:
snes9x-gtk: Needs 64-bit atomics


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/emulators/snes9x-gtk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/snes9x-gtk/Makefile
diff -u pkgsrc/emulators/snes9x-gtk/Makefile:1.103 pkgsrc/emulators/snes9x-gtk/Makefile:1.104
--- pkgsrc/emulators/snes9x-gtk/Makefile:1.103  Tue Jan 30 14:21:49 2024
+++ pkgsrc/emulators/snes9x-gtk/Makefile        Sat Feb 17 21:19:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2024/01/30 14:21:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.104 2024/02/17 21:19:30 nia Exp $
 
 PKGREVISION= 1
 .include "../../emulators/snes9x/Makefile.common"
@@ -55,4 +55,5 @@ LDFLAGS.SunOS+=               -lsocket -lnsl
 .include "../../lang/python/application.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 BUILDLINK_TRANSFORM+=  opt:-ldl:${BUILDLINK_LDADD.dl:Q}
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index