audio/libsidplayfp: force link with pthreads (+)

This fixes runtime error:
ld-elf.so.1: /usr/local/lib/libsidplayfp.so.6: Undefined symbol "pthread_create"

PR:	282521
This commit is contained in:
Dima Panov 2024-11-11 01:21:12 +03:00
parent 9f218b263a
commit 0fa10d205e
No known key found for this signature in database
GPG key ID: FB8BA09DD5398F29

View file

@ -1,5 +1,6 @@
PORTNAME= libsidplayfp PORTNAME= libsidplayfp
DISTVERSION= 2.11.0 DISTVERSION= 2.11.0
PORTREVISION= 1
CATEGORIES= audio CATEGORIES= audio
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
@ -21,6 +22,8 @@ CONFIGURE_ARGS= --disable-static \
--with-exsid=no \ --with-exsid=no \
--with-gcrypt --with-gcrypt
LDFLAGS+= -lpthread
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
SIDPLAYFP_SHLIB_VERSION= 6.5.36 SIDPLAYFP_SHLIB_VERSION= 6.5.36