mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
9f218b263a
commit
0fa10d205e
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= libsidplayfp
|
||||
DISTVERSION= 2.11.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||
|
||||
|
@ -21,6 +22,8 @@ CONFIGURE_ARGS= --disable-static \
|
|||
--with-exsid=no \
|
||||
--with-gcrypt
|
||||
|
||||
LDFLAGS+= -lpthread
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
SIDPLAYFP_SHLIB_VERSION= 6.5.36
|
||||
|
|
Loading…
Add table
Reference in a new issue