From d7881f7203d67bebef1bbcc8766b8c358e85baef Mon Sep 17 00:00:00 2001 From: Michael Weber Date: Sun, 16 Jun 2013 22:26:39 +0000 Subject: Add -lpthread for shared builds (Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) --- app-text/llpp/llpp-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-text/llpp/llpp-9999.ebuild') diff --git a/app-text/llpp/llpp-9999.ebuild b/app-text/llpp/llpp-9999.ebuild index 758813929ca3..2d3a41911934 100644 --- a/app-text/llpp/llpp-9999.ebuild +++ b/app-text/llpp/llpp-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-9999.ebuild,v 1.23 2013/06/16 22:24:58 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/llpp/llpp-9999.ebuild,v 1.24 2013/06/16 22:26:39 xmw Exp $ EAPI=5 @@ -63,7 +63,7 @@ src_compile() { esac done else - local cclib="$($(tc-getPKG_CONFIG) --libs mupdf x11)" + local cclib="$($(tc-getPKG_CONFIG) --libs mupdf x11) -lpthread" fi verbose() { echo "$@" >&2 ; "$@" || die ; } -- cgit v1.2.3-65-gdbad