pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/ppsspp



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec 17 22:59:13 UTC 2025

Modified Files:
        pkgsrc/emulators/ppsspp: Makefile.common

Log Message:
ppsspp: Needs atomic64.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/ppsspp/Makefile.common

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

Modified files:

Index: pkgsrc/emulators/ppsspp/Makefile.common
diff -u pkgsrc/emulators/ppsspp/Makefile.common:1.2 pkgsrc/emulators/ppsspp/Makefile.common:1.3
--- pkgsrc/emulators/ppsspp/Makefile.common:1.2 Wed Aug 20 11:34:55 2025
+++ pkgsrc/emulators/ppsspp/Makefile.common     Wed Dec 17 22:59:13 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2025/08/20 11:34:55 wiz Exp $
+# $NetBSD: Makefile.common,v 1.3 2025/12/17 22:59:13 nia Exp $
 # used by emulators/ppsspp/Makefile
 # used by emulators/ppsspp-qt/Makefile
 # used by emulators/libretro-ppsspp/Makefile
@@ -58,4 +58,5 @@ CMAKE_CONFIGURE_ARGS+=        -DENABLE_PCH=OFF
 # don't change this, newer versions of ffmpeg break fmv
 .include "../../multimedia/ffmpeg2/buildlink3.mk"
 .include "../../net/miniupnpc/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index