head 1.2; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2026.07.13.14.04.56; author mef; state Exp; branches; next 1.1; commitid q5jdsxDFzKps0vNG; 1.1 date 2026.05.26.13.46.53; author mef; state Exp; branches; next ; commitid 50c9VeeCevoVrkHG; desc @@ 1.2 log @(textproc/R-readstata13) Fix on Darwin and hopefully on Linux @ text @$NetBSD: patch-src_Makevars,v 1.1 2026/05/26 13:46:53 mef Exp $ symbol backtrace_symbols is defined in /usr/lib/libexecinfo --- src/Makevars.orig 2023-02-14 22:58:59.000000000 +0900 +++ src/Makevars 2026-07-13 23:00:17.942690323 +0900 @@@@ -2,3 +2,4 @@@@ PKG_CPPFLAGS = -I../inst/include -I. PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) +@@@@PKG_LIBS@@@@ @ 1.1 log @(textproc/R-readstata13) Fix build against R 4.6.0 @ text @d1 1 a1 1 $NetBSD: patch-src_Makevars,v 1.1 2026/05/25 15:02:10 mef Exp $ d6 2 a7 3 +++ src/Makevars 2026-05-26 22:43:31.573177454 +0900 @@@@ -1,4 +1,12 @@@@ ## -*- mode: makefile; -*- a8 2 +UNAME := $(shell uname) + d11 1 a11 6 + +ifneq ($(UNAME), Linux) +ifneq ($(UNAME), SunOS) +PKG_LIBS += -lexecinfo +endif +endif @