From f4cbc111bf9ca58d6dbe7ccf75aa91bec6f09fb5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 25 Sep 2022 13:22:23 -0400 Subject: [PATCH] golly: rebuild for Python 3.11 --- srcpkgs/golly/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/golly/template b/srcpkgs/golly/template index e8a24b9074c..05edcdc0b42 100644 --- a/srcpkgs/golly/template +++ b/srcpkgs/golly/template @@ -1,7 +1,7 @@ # Template file for 'golly' pkgname=golly version=4.1 -revision=1 +revision=2 wrksrc="${pkgname}-${version}-src" build_wrksrc="gui-wx" build_style=gnu-makefile @@ -27,7 +27,7 @@ post_extract() { pre_configure() { if [ "$CROSS_BUILD" ]; then - vsed -i "s,\(PYTHON_INCLUDE\) =.*,\1=-I${XBPS_CROSS_BASE}/usr/include/python3.10,g" makefile-gtk + vsed -i "s,\(PYTHON_INCLUDE\) =.*,\1=-I${XBPS_CROSS_BASE}/${py3_inc},g" makefile-gtk fi }