pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-msgpack



Module Name:    pkgsrc
Committed By:   he
Date:           Mon Jan 20 10:57:59 UTC 2025

Modified Files:
        pkgsrc/devel/py-msgpack: Makefile

Log Message:
devel/py-msgpack: use atomic64.mk to fix build on macppc w/python3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-msgpack/Makefile

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

Modified files:

Index: pkgsrc/devel/py-msgpack/Makefile
diff -u pkgsrc/devel/py-msgpack/Makefile:1.36 pkgsrc/devel/py-msgpack/Makefile:1.37
--- pkgsrc/devel/py-msgpack/Makefile:1.36       Mon Nov 11 07:28:16 2024
+++ pkgsrc/devel/py-msgpack/Makefile    Mon Jan 20 10:57:59 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2024/11/11 07:28:16 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2025/01/20 10:57:59 he Exp $
 
 DISTNAME=      msgpack-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,4 +15,5 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 USE_LANGUAGES= c c++
 
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index