Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2019 16:12:40 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Piotr Kubaj <pkubaj@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r501883 - head/lang/clisp
Message-ID:  <ftpb-etrb-wny@FreeBSD.org>
In-Reply-To: <201905171923.x4HJN7MH033402@repo.freebsd.org> (Piotr Kubaj's message of "Fri, 17 May 2019 19:23:07 %2B0000 (UTC)")
References:  <201905171923.x4HJN7MH033402@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Piotr Kubaj <pkubaj@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ftpb-etrb-wny>