head 1.3; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2026.09.15.10.06.25; author wiz; state dead; branches; next 1.2; commitid eK673kpVIGRlCHVG; 1.2 date 2026.07.04.23.17.05; author mef; state Exp; branches; next 1.1; commitid LZiDwVallm8PloMG; 1.1 date 2026.05.25.21.45.21; author mef; state Exp; branches; next ; commitid Y5HNK0GjoqM38fHG; desc @@ 1.3 log @R*: remove execinfo workarounds Not needed with R-Rcpp 1.1.2, and some of these broke e.g. macOS @ text @$NetBSD: patch-src_Makevars.in,v 1.2 2026/07/04 23:17:05 mef Exp $ Undefined PLT symbol "backtrace_symbols" this symbol found at /usr/lib/libexecinfo for *BSD --- src/Makevars.in.orig 2023-09-07 03:40:05.000000000 +0900 +++ src/Makevars.in 2026-07-05 08:10:34.026713533 +0900 @@@@ -1,2 +1,4 @@@@ PKG_CPPFLAGS = -DUDUNITS2_DIR=@@UDUNITS2_DIR@@ @@UD_CPPFLAGS@@ PKG_LIBS = @@LIBS@@ + +@@@@PKG_LIBS@@@@ @ 1.2 log @(math/R-units) Fix build on Darwin,Linux, hopefully @ text @d1 1 a1 1 $NetBSD: patch-src_Makevars.in,v 1.1 2026/05/25 21:45:21 mef Exp $ @ 1.1 log @(math/R-units) Fix build against R 4.6.0 @ text @d1 1 a1 1 $NetBSD$ d8 2 a9 2 +++ src/Makevars.in 2026-05-26 06:42:12.633885738 +0900 @@@@ -1,2 +1,11 @@@@ a10 3 + +UNAME := $(shell uname) + d13 1 a13 5 +ifneq ($(UNAME), Linux) +ifneq ($(UNAME), SunOS) +PKG_LIBS += -lexecinfo +endif +endif @