head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2026.06.12.17.11.55; author mef; state Exp; branches; next 1.1; commitid fr54WOmdupNn2xJG; 1.1 date 2026.05.26.12.28.05; author mef; state Exp; branches; next ; commitid XD7mw0FI6iUT0kHG; desc @@ 1.2 log @(geography/R-s2) Staying version 1.1.7, fix build against R-4.6.0 @ text @$NetBSD: patch-src_Makevars.in,v 1.1 2026/05/26 12:28:05 mef Exp $ Add /usr/lib/libexecinfo for "backtrace_symbols" --- src/Makevars.in.orig 2024-07-17 15:45:33.000000000 +0900 +++ src/Makevars.in 2026-06-13 02:01:34.613646791 +0900 @@@@ -3,6 +3,7 @@@@ PKG_LIBS = @@libs@@ PKG_CXXFLAGS = @@cflags@@ -pthread CXX_STD = CXX14 +@@@@PKG_LIBS@@@@ ABSL_LIBS = absl/base/internal/cycleclock.o \ absl/base/internal/low_level_alloc.o \ @ 1.1 log @(geography/R-s2) Fix build for R 4.6.0 (Re: execinfo) @ text @d1 1 a1 1 $NetBSD$ d6 2 a7 6 +++ src/Makevars.in 2026-05-26 07:14:17.232134083 +0900 @@@@ -1,7 +1,15 @@@@ +UNAME := $(shell uname) + PKG_CPPFLAGS = -I../src -DSTRICT_R_HEADERS PKG_LIBS = @@libs@@ a9 6 +ifneq ($(UNAME), Linux) +ifneq ($(UNAME), SunOS) +PKG_LIBS += -lexecinfo +endif +endif + d11 1 d14 1 @