aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2026-05-07 21:32:31 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2026-05-10 10:31:05 +0000
commit96dc8293fdb5a1b2e0cd9a96c94396095caf1b65 (patch)
tree216679844ef496533e3e7d4109f5232158d079b2
parentb912274d7de5eff4f0d6036b6e0644df7f7d8e69 (diff)
security/gnupg1: remove sparc64 support
-rw-r--r--security/gnupg1/files/patch-mpi_config.links13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/gnupg1/files/patch-mpi_config.links b/security/gnupg1/files/patch-mpi_config.links
index 864cc57f923a..569294a08ef2 100644
--- a/security/gnupg1/files/patch-mpi_config.links
+++ b/security/gnupg1/files/patch-mpi_config.links
@@ -9,19 +9,6 @@
i[3467]86*-*-freebsdelf* | \
i[3467]86*-*-netbsd* | \
i[3467]86*-*-k*bsd*)
-@@ -141,6 +141,12 @@ case "${host}" in
- echo '/* No working assembler modules available */' >>./mpi/asm-syntax.h
- path=""
- ;;
-+ sparc64-*-freebsd*)
-+ # There are no sparc64 assembler modules that work, so
-+ # just use generic C functions
-+ echo '/* configured for sparc64-*freebsd* */' >>./mpi/asm-syntax.h
-+ path=""
-+ ;;
- sparc9*-*-* | \
- ultrasparc*-*-* )
- echo '/* configured for sparc9 or higher */' >>./mpi/asm-syntax.h
@@ -230,11 +236,10 @@ case "${host}" in
path="powerpc32"
;;