From 044f53498ea9b7891e5d9b163347179cd8b5e1ef Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sat, 9 Apr 2011 13:07:50 +0000 Subject: Link perl Pilot.so against -lpisock (workaround a bug in perl-module.eclass) wrt #308629 by Torsten Veller and Łukasz Stelmach. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Portage version: 2.2.0_alpha29/cvs/Linux x86_64) --- app-pda/pilot-link/ChangeLog | 6 +++++- app-pda/pilot-link/pilot-link-0.12.5.ebuild | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'app-pda') diff --git a/app-pda/pilot-link/ChangeLog b/app-pda/pilot-link/ChangeLog index a8b2608bf7fc..6048a2ce66b5 100644 --- a/app-pda/pilot-link/ChangeLog +++ b/app-pda/pilot-link/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/pilot-link # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.71 2011/03/31 04:01:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.72 2011/04/09 13:07:50 ssuominen Exp $ + + 09 Apr 2011; Samuli Suominen pilot-link-0.12.5.ebuild: + Link perl Pilot.so against -lpisock (workaround a bug in perl-module.eclass) + wrt #308629 by Torsten Veller and Łukasz Stelmach. 31 Mar 2011; Samuli Suominen pilot-link-0.12.5.ebuild: Remove sparc keywording wrt #353436, Comment #28. diff --git a/app-pda/pilot-link/pilot-link-0.12.5.ebuild b/app-pda/pilot-link/pilot-link-0.12.5.ebuild index ed90d1e4a30b..626a0493c8e4 100644 --- a/app-pda/pilot-link/pilot-link-0.12.5.ebuild +++ b/app-pda/pilot-link/pilot-link-0.12.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5.ebuild,v 1.8 2011/03/31 04:01:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.5.ebuild,v 1.9 2011/04/09 13:07:50 ssuominen Exp $ EAPI=3 @@ -70,6 +70,7 @@ src_compile() { if use perl; then cd "${S}"/bindings/Perl perl-module_src_prep + local mymake=( OTHERLDFLAGS="${LDFLAGS} -L../../libpisock/.libs -lpisock" ) #308629 perl-module_src_compile fi -- cgit v1.2.3-65-gdbad