pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-ruamel-yaml-clib
Module Name: pkgsrc
Committed By: tnn
Date: Mon Aug 5 12:10:00 UTC 2024
Modified Files:
pkgsrc/devel/py-ruamel-yaml-clib: Makefile
Log Message:
py-ruamel-yaml-clib: needs -Wno-error=incompatible-pointer-types
I don't understand the casting issues and won't attempt to fix them
because it is in generated Cython gibberish.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-ruamel-yaml-clib/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-ruamel-yaml-clib/Makefile
diff -u pkgsrc/devel/py-ruamel-yaml-clib/Makefile:1.7 pkgsrc/devel/py-ruamel-yaml-clib/Makefile:1.8
--- pkgsrc/devel/py-ruamel-yaml-clib/Makefile:1.7 Wed Oct 4 11:36:18 2023
+++ pkgsrc/devel/py-ruamel-yaml-clib/Makefile Mon Aug 5 12:10:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/10/04 11:36:18 adam Exp $
+# $NetBSD: Makefile,v 1.8 2024/08/05 12:10:00 tnn Exp $
DISTNAME= ruamel.yaml.clib-0.2.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/./-/1:S/./-/1}
@@ -12,5 +12,7 @@ LICENSE= mit
PYTHON_VERSIONS_INCOMPATIBLE= 27
+CFLAGS+= -Wno-error=incompatible-pointer-types
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index