pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-websockets



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Jan 26 15:48:45 UTC 2025

Modified Files:
        pkgsrc/www/py-websockets: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-websockets/Makefile

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

Modified files:

Index: pkgsrc/www/py-websockets/Makefile
diff -u pkgsrc/www/py-websockets/Makefile:1.27 pkgsrc/www/py-websockets/Makefile:1.28
--- pkgsrc/www/py-websockets/Makefile:1.27      Mon Jan 20 06:07:27 2025
+++ pkgsrc/www/py-websockets/Makefile   Sun Jan 26 15:48:45 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2025/01/20 06:07:27 adam Exp $
+# $NetBSD: Makefile,v 1.28 2025/01/26 15:48:45 he Exp $
 
 DISTNAME=      websockets-14.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,4 +16,5 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 # 9 errors
 
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index