Saturday, September 21, 2024

fix configure for editors/libreoffice on arm64 openbsd

configure: error: Unsupported host_cpu aarch64 for host_os openbsd7.6

Looks like a merge error in the last update. openbsd_aarch64 slipped up
into the netbsd*) block, move it back to the openbsd block.

OK for 7.6?



Index: editors/libreoffice/patches/patch-configure
===================================================================
RCS file: /cvs/openbsd/ports/editors/libreoffice/patches/patch-configure,v
diff -u -p -u -p -r1.72 patch-configure
--- editors/libreoffice/patches/patch-configure 17 Sep 2024 16:27:53 -0000 1.72
+++ editors/libreoffice/patches/patch-configure 21 Sep 2024 18:27:35 -0000
@@ -11,7 +11,7 @@ Index: configure
using_x11=yes
PTHREAD_CFLAGS="-D_THREAD_SAFE"
PTHREAD_LIBS="-pthread"
-@@ -15375,6 +15378,11 @@ linux-android*)
+@@ -15408,6 +15411,11 @@ openbsd*)
P_SEP=:

case "$host_cpu" in


--
Never offend people with style when you can offend them with substance.
-- Sam Brown, "The Washington Post", January 26, 1977

No comments:

Post a Comment