pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-tornado



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Jan 19 16:56:06 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/py-tornado/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-tornado/Makefile
diff -u pkgsrc/www/py-tornado/Makefile:1.38 pkgsrc/www/py-tornado/Makefile:1.39
--- pkgsrc/www/py-tornado/Makefile:1.38 Fri Nov 22 08:25:28 2024
+++ pkgsrc/www/py-tornado/Makefile      Sun Jan 19 16:56:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2024/11/22 08:25:28 adam Exp $
+# $NetBSD: Makefile,v 1.39 2025/01/19 16:56:06 he Exp $
 
 DISTNAME=      tornado-6.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,4 +13,5 @@ LICENSE=      apache-2.0
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index