pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-multidict/patches
Module Name: pkgsrc
Committed By: adam
Date: Thu Sep 10 11:32:24 UTC 2026
Added Files:
pkgsrc/databases/py-multidict/patches: patch-setup.py
Log Message:
py-multidict: add the new patch
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/py-multidict/patches/patch-setup.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/databases/py-multidict/patches/patch-setup.py
diff -u /dev/null pkgsrc/databases/py-multidict/patches/patch-setup.py:1.1
--- /dev/null Thu Sep 10 11:32:24 2026
+++ pkgsrc/databases/py-multidict/patches/patch-setup.py Thu Sep 10 11:32:24 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2026/09/10 11:32:24 adam Exp $
+
+Use CFLAGS from pkgsrc.
+
+--- setup.py.orig 2026-09-09 12:34:28.056868300 +0000
++++ setup.py
+@@ -10,7 +10,7 @@ DEBUG_BUILD = bool(os.environ.get("MULTI
+ if sys.implementation.name != "cpython":
+ NO_EXTENSIONS = True
+
+-CFLAGS = ["-O0", "-g3", "-UNDEBUG"] if DEBUG_BUILD else ["-O3", "-DNDEBUG"]
++CFLAGS = ["-O0", "-g3", "-UNDEBUG"] if DEBUG_BUILD else ["-DNDEBUG"]
+
+ if platform.system() != "Windows":
+ CFLAGS.extend(
Home |
Main Index |
Thread Index |
Old Index