head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.05.26.21.19.47; author mef; state Exp; branches; next ; commitid QaLZ9SwAOXBiXmHG; desc @@ 1.1 log @time/R-RcppCCTZ) Updated 0.2.13 to 0.2.14 (pkgsrc) - Fix build against R 4.6.0 - USE_TOOLS+= gmake only for ifne in patch-src_Makevars (upstream) News for Package 'RcppCCTZ' Changes in version 0.2.14 (2026-01-08): * Synchronized with upstream CCTZ (Dirk in #46). * Explicitly enumerate files to be compiled in 'src/Makevars*' (Dirk in #47) @ text @$NetBSD$ symbol backtrace_symbols is defined in /usr/lib/libexecinfo --- src/Makevars.orig 2025-12-30 08:54:49.000000000 +0900 +++ src/Makevars 2026-05-27 06:13:20.451270591 +0900 @@@@ -24,3 +24,11 @@@@ PKG_SOURCES = \ PKG_OBJECTS = $(PKG_SOURECES:.cpp=.o) $(SHLIB): $(CCTZ_OBJECTS) $(PKG_OBJECTS) + +UNAME := $(shell uname) + +ifneq ($(UNAME), Linux) +ifneq ($(UNAME), SunOS) +PKG_LIBS += -lexecinfo +endif +endif @