summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-pda/pilot-link/ChangeLog6
-rw-r--r--app-pda/pilot-link/pilot-link-0.12.5.ebuild3
2 files changed, 7 insertions, 2 deletions
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 <ssuominen@gentoo.org> 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 <ssuominen@gentoo.org> 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