pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-psycopg2
Module Name: pkgsrc
Committed By: he
Date: Sat Jan 18 19:40:04 UTC 2025
Modified Files:
pkgsrc/databases/py-psycopg2: Makefile
Log Message:
databases/py-psycopg2: use atomic64 to fix build with python3.13 on macppc.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/databases/py-psycopg2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-psycopg2/Makefile
diff -u pkgsrc/databases/py-psycopg2/Makefile:1.60 pkgsrc/databases/py-psycopg2/Makefile:1.61
--- pkgsrc/databases/py-psycopg2/Makefile:1.60 Mon Nov 11 07:27:57 2024
+++ pkgsrc/databases/py-psycopg2/Makefile Sat Jan 18 19:40:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2024/11/11 07:27:57 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2025/01/18 19:40:04 he Exp $
DISTNAME= psycopg2-2.9.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,4 +15,5 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
.include "../../lang/python/wheel.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index