pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-libixion
Module Name: pkgsrc
Committed By: wiz
Date: Fri Oct 17 08:14:08 UTC 2025
Modified Files:
pkgsrc/math/py-libixion: Makefile
Log Message:
py-libixion: fix build with boost 1.89
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/py-libixion/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-libixion/Makefile
diff -u pkgsrc/math/py-libixion/Makefile:1.24 pkgsrc/math/py-libixion/Makefile:1.25
--- pkgsrc/math/py-libixion/Makefile:1.24 Sat Sep 27 09:57:27 2025
+++ pkgsrc/math/py-libixion/Makefile Fri Oct 17 08:14:08 2025
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.24 2025/09/27 09:57:27 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/10/17 08:14:08 wiz Exp $
PKGREVISION= 2
.include "../../math/libixion/Makefile.common"
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
USE_TOOLS+= aclocal autoconf automake
BUILD_DIRS= src/python
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27
CONFIGURE_ARGS+= --with-boost=${BUILDLINK_DIR.boost-libs}
+# system was made header-only in boost 1.89
+CONFIGURE_ARGS+= boost_cv_lib_system=yes
pre-configure:
set -e; cd ${WRKSRC}; \
@@ -19,7 +21,7 @@ pre-configure:
.include "../../lang/python/extension.mk"
-BUILDLINK_FNAME_TRANSFORM.${PYPACKAGE}+= -e "s|-${PYVERSSUFFIX}.pc|3.pc|g"
+BUILDLINK_FNAME_TRANSFORM.${PYPACKAGE}+= -e "s|-${PYVERSSUFFIX}.pc|3.pc|g"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/mdds/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index