summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2023-06-08 17:22:53 +0200
committerØrjan Malde <red@foxi.me>2023-06-08 17:22:53 +0200
commit7afd690696149efedc70e7f13b56df2fb1d53262 (patch)
tree4f088f59657cf39b36391a482fab31a3aa47ff79 /patches
parent9f0802462ff80eef557140bb0b965a542f0a9e29 (diff)
downloadmidipix_build-7afd690696149efedc70e7f13b56df2fb1d53262.tar.bz2
midipix_build-7afd690696149efedc70e7f13b56df2fb1d53262.tar.xz
groups.d/231.native_packages_etc.group: php: bump to v8.1.19
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r--patches/php-8.1.19.local.patch (renamed from patches/php-8.1.10.local.patch)0
-rw-r--r--patches/php-8.1.19_pre.local.patch (renamed from patches/php-8.1.10_pre.local.patch)6
2 files changed, 3 insertions, 3 deletions
diff --git a/patches/php-8.1.10.local.patch b/patches/php-8.1.19.local.patch
index e9f551a1..e9f551a1 100644
--- a/patches/php-8.1.10.local.patch
+++ b/patches/php-8.1.19.local.patch
diff --git a/patches/php-8.1.10_pre.local.patch b/patches/php-8.1.19_pre.local.patch
index fd87d313..01e751b2 100644
--- a/patches/php-8.1.10_pre.local.patch
+++ b/patches/php-8.1.19_pre.local.patch
@@ -540,15 +540,15 @@ diff -ru php-8.1.10.orig/configure php-8.1.10/configure
esac
EXTRA_LIBS="$EXTRA_LIBS $DLIBS $LIBS"
-@@ -87006,6 +87013,8 @@
+@@ -88221,6 +88221,8 @@
fiber_os="mac" ;; #(
aix*|os400*) :
fiber_os="aix" ;; #(
+ midipix*) :
+ fiber_os="midipix" ;; #(
+ freebsd*) :
+ fiber_os="freebsd" ;; #(
*) :
- fiber_os="other"
- ;;
@@ -87039,6 +87048,8 @@
if test "$fiber_os" = 'mac'; then