pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-sip-qt5



Module Name:    pkgsrc
Committed By:   he
Date:           Mon Jan 27 11:52:23 UTC 2025

Modified Files:
        pkgsrc/x11/py-sip-qt5: Makefile

Log Message:
x11/py-sip-qt5: use atomic64.mk to fix build on macppc w/python3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/py-sip-qt5/Makefile

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

Modified files:

Index: pkgsrc/x11/py-sip-qt5/Makefile
diff -u pkgsrc/x11/py-sip-qt5/Makefile:1.12 pkgsrc/x11/py-sip-qt5/Makefile:1.13
--- pkgsrc/x11/py-sip-qt5/Makefile:1.12 Fri Dec 27 21:31:55 2024
+++ pkgsrc/x11/py-sip-qt5/Makefile      Mon Jan 27 11:52:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/12/27 21:31:55 adam Exp $
+# $NetBSD: Makefile,v 1.13 2025/01/27 11:52:23 he Exp $
 
 DISTNAME=      pyqt5_sip-12.16.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyqt5_sip/sip-qt5/}
@@ -17,4 +17,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