From dc486d439f829b95b71be83052a2fb4bdf5a8a75 Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Sun, 21 Jun 2026 15:46:34 +0200 Subject: [PATCH] math/slatec: fix installation Port uses , which desires STRIP=${STRIP}, but we have started to set STRIP=${STRIP_CMD} in MAKE_ENV a while ago. Override this bogus setting in MAKE_ARGS to fix installation. MFH: 2026Q2 See also: D55509 --- math/slatec/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/slatec/Makefile b/math/slatec/Makefile index 5b2e2ec45ead..6e2bad9ca2b3 100644 --- a/math/slatec/Makefile +++ b/math/slatec/Makefile @@ -29,6 +29,7 @@ LDADD ?= -lgfortran -lm SRCCONF= /dev/null MAKE_ENV+= LDADD="${LDADD}" SHLIB_MAJOR="${SHLIB_MAJOR}" \ SRCCONF="${SRCCONF}" +MAKE_ARGS+= STRIP=${STRIP} FFLAGS+= -std=legacy # ld.bfd supports neither -z relro nor -z norelro on armv7