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.12.00.54.27; author ryoon; state Exp; branches; next ; commitid wJEx6DjfbgMSon6G; desc @@ 1.1 log @devel/smooth: import smooth-0.9.10 smooth is an object oriented C++ class library for Windows, macOS, Linux and most Unix-like operating systems. It provides basic functionality and platform support for applications and libraries. Features provided by smooth include: a user interface API with various widgets a simple to use multithreading API a file and network IO interface completely transparent Unicode and software internationalization support a libxml2 based XML parser @ text @$NetBSD$ * Use common option to fix linkage in pkgsrc. --- Makefile.orig 2024-08-16 20:58:37.073940966 +0000 +++ Makefile @@@@ -258,7 +258,7 @@@@ ifeq ($(BUILD_WIN32),True) else ifeq ($(BUILD_OSX),True) LINKER_OPTS += -dynamiclib -framework Carbon -framework Cocoa -Wl,-dylib_install_name,libsmooth-$(VERSION).$(REVISION)$(SHARED) else - LINKER_OPTS += --shared -Wl,-soname,libsmooth-$(VERSION)$(SHARED).$(REVISION) + LINKER_OPTS += -shared -Wl,-soname,libsmooth-$(VERSION)$(SHARED).$(REVISION) ifeq ($(BUILD_FREEBSD),True) LINKER_OPTS += -L/usr/local/lib @