head 1.2; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2026.07.05.13.32.19; author mef; state Exp; branches; next 1.1; commitid l69V3uNIICbd5tMG; 1.1 date 2026.05.26.12.42.36; author mef; state Exp; branches; next ; commitid AhaLIfKmiacS5kHG; desc @@ 1.2 log @(math/R-minqa) Fix build on Darwin,Linux, hopefully @ text @$NetBSD: patch-src_Makevars,v 1.1 2026/05/26 12:42:36 mef Exp $ 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,2 +1,3 @@@@ ## -*- mode: makefile; -*- +@@@@PKG_LIBS@@@@ @ 1.1 log @(math/R-minqa) Fix build for R 4.6.0 (Re: execinfo) @ text @d1 1 a1 1 $NetBSD$ d7 1 a7 1 @@@@ -1,3 +1,8 @@@@ d9 1 a9 8 +UNAME := $(shell uname) - +ifneq ($(UNAME), Linux) +ifneq ($(UNAME), SunOS) +PKG_LIBS += -lexecinfo +endif +endif @