svn commit: r501883 - head/lang/clisp

Jan Beich jbeich at FreeBSD.org
Sat May 18 14:12:46 UTC 2019


Piotr Kubaj <pkubaj at FreeBSD.org> writes:

> Author: pkubaj
> Date: Fri May 17 19:23:07 2019
> New Revision: 501883
> URL: https://svnweb.freebsd.org/changeset/ports/501883
>
> Log:
>   lang/clisp: fix build with GCC-based architectures
[...]
> +LDFLAGS+=	${LDFLAGS_${CHOSEN_COMPILER_TYPE}}
> +LDFLAGS_gcc=	-lthr

Can you replace -lthr with -lpthread? The threading library name is an
implementation detail and may differ on other ${OPSYS} e.g., DragonFly.

$ file /usr/lib/libpthread.so
/usr/lib/libpthread.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped

https://github.com/DragonFlyBSD/DeltaPorts/tree/master/ports/lang/clisp/
http://muscles.dragonflybsd.org/synth/logs/lang___clisp.log


More information about the svn-ports-all mailing list