head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.8 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.08.10.13.41.17; author ryoon; state Exp; branches; next ; commitid vYsNFU4VPE5XHb6G; desc @@ 1.1 log @audio/boca: import boca-1.0.7 BoCA is the component framework behind the fre:ac audio converter. It provides unified interfaces for components like encoders, decoders, taggers and extensions as well as code to support communication between the application and its components. @ text @$NetBSD$ * Use common option to fix linkage in pkgsrc. --- runtime/Makefile.orig 2024-08-16 21:12:59.585991835 +0000 +++ runtime/Makefile @@@@ -82,7 +82,7 @@@@ ifeq ($(BUILD_WIN32),True) $(LD) --shared -o $@@ $(OBJECTS) -Wl,--out-implib,$(BOCA_PATH)/$(LIBDIR)/libboca.a $(LDOPTS) $(LDFLAGS) else ifneq ($(BUILD_OSX),True) - $(LD) --shared -o $@@ $(OBJECTS) $(LDOPTS) $(LDFLAGS) + $(LD) -shared -o $@@ $(OBJECTS) $(LDOPTS) $(LDFLAGS) else $(LD) -dynamiclib -o $@@ $(OBJECTS) $(LDOPTS) $(LDFLAGS) endif @