head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.05.26.12.42.36; author mef; state Exp; branches; next ; commitid AhaLIfKmiacS5kHG; desc @@ 1.1 log @(math/R-minqa) Fix build for R 4.6.0 (Re: execinfo) @ text @$NetBSD$ Add /usr/lib/libexecinfo for "backtrace_symbols" --- src/Makevars.orig 2024-08-18 05:08:52.000000000 +0900 +++ src/Makevars 2026-05-26 21:31:54.265439124 +0900 @@@@ -1,3 +1,8 @@@@ ## -*- mode: makefile; -*- +UNAME := $(shell uname) - +ifneq ($(UNAME), Linux) +ifneq ($(UNAME), SunOS) +PKG_LIBS += -lexecinfo +endif +endif @