pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-protobuf



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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/py-protobuf/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-protobuf/Makefile
diff -u pkgsrc/devel/py-protobuf/Makefile:1.81 pkgsrc/devel/py-protobuf/Makefile:1.82
--- pkgsrc/devel/py-protobuf/Makefile:1.81      Thu Jan  9 13:09:18 2025
+++ pkgsrc/devel/py-protobuf/Makefile   Mon Jan 20 10:58:59 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2025/01/09 13:09:18 adam Exp $
+# $NetBSD: Makefile,v 1.82 2025/01/20 10:58:59 he Exp $
 
 DISTNAME=      protobuf-5.29.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,4 +18,5 @@ USE_LANGUAGES+=               c c++
 MAKE_ENV+=     PROTOC=${PREFIX}/bin/protoc
 
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index