summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2021-04-25 07:51:24 +0000
committermrg <mrg@pkgsrc.org>2021-04-25 07:51:24 +0000
commit7119f88b9776507ec462df37e406d07c4c7fd82f (patch)
tree5b11f665d63bb4941473175d4698186fdc49d5e7 /math
parent1332b79f038553a52c80b898801cae5681454356 (diff)
downloadpkgsrc-7119f88b9776507ec462df37e406d07c4c7fd82f.tar.gz
various fixes for arm64 big endian support.
most of these simply extend matching from "aarch64" to "aarch64eb" in various forms of code. most remaining uses in pkgsrc of "MACHINE_ARCH == aarch64" are because of missing aarch64eb support, such as most of the binary-bootstrap requiring languages like rust, go, and java. no pkg-bump because this shouldn't change packages on systems that could already build all of these.
Diffstat (limited to 'math')
-rw-r--r--math/lp_solve/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile
index 449ca1bad40..0abe1d4e06c 100644
--- a/math/lp_solve/Makefile
+++ b/math/lp_solve/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/03/20 11:58:00 nia Exp $
+# $NetBSD: Makefile,v 1.14 2021/04/25 07:51:25 mrg Exp $
#
DISTNAME= lp_solve_5.5.2.3_source
@@ -28,7 +28,7 @@ SUBST_FILES.dl+= demo/ccc
.include "../../mk/bsd.fast.prefs.mk"
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" || \
- ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "aarch64"
+ ${MACHINE_ARCH} == "x86_64" || ${MACHINE_CPU} == "aarch64"
LPSOLVE_ARCH= ux64
.else
LPSOLVE_ARCH= ux32