head 1.1; access; symbols 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.44.09; author ryoon; state Exp; branches; next ; commitid SIZYHHkTLn5WIb6G; desc @@ 1.1 log @audio/freac: import freac-1.1.7 fre:ac is a free and open source audio converter. It supports audio CD ripping and tag editing and converts between various audio file formats. @ text @$NetBSD$ * Use common option to fix linkage in pkgsrc. --- Makefile.orig 2024-08-16 21:29:32.425729077 +0000 +++ Makefile @@@@ -102,7 +102,7 @@@@ else ifeq ($(BUILD_OSX),True) LDOPTS_DLL += -dynamiclib -framework Cocoa -framework IOKit -Wl,-dylib_install_name,freac$(SHARED) -Wl,-headerpad,80 else - LDOPTS_DLL += --shared + LDOPTS_DLL += -shared endif ifeq ($(BUILD_OPENBSD),True) @