pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python313



Module Name:    pkgsrc
Committed By:   spz
Date:           Wed Nov  6 20:38:27 UTC 2024

Modified Files:
        pkgsrc/lang/python313: Makefile

Log Message:
include mk/atomic64.mk to make the package link on i386 (and maybe other
archs)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/python313/Makefile

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

Modified files:

Index: pkgsrc/lang/python313/Makefile
diff -u pkgsrc/lang/python313/Makefile:1.3 pkgsrc/lang/python313/Makefile:1.4
--- pkgsrc/lang/python313/Makefile:1.3  Fri Nov  1 12:53:16 2024
+++ pkgsrc/lang/python313/Makefile      Wed Nov  6 20:38:27 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/11/01 12:53:16 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/11/06 20:38:27 spz Exp $
 
 PKGREVISION= 2
 .include "dist.mk"
@@ -243,6 +243,7 @@ CONFIGURE_ENV+=             ac_cv_lib_intl_textdoma
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bdb.buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"



Home | Main Index | Thread Index | Old Index