diff options
author | Alastair Tse <liquidx@gentoo.org> | 2005-11-03 21:34:26 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2005-11-03 21:34:26 +0000 |
commit | 21aa2b7c5089ae40037b80317b62fd14522363c6 (patch) | |
tree | 0d0f020fabf3c70f44c4c5f289f98170e2d863ee /app-pda | |
parent | package.mask (diff) | |
download | gentoo-2-21aa2b7c5089ae40037b80317b62fd14522363c6.tar.gz gentoo-2-21aa2b7c5089ae40037b80317b62fd14522363c6.tar.bz2 gentoo-2-21aa2b7c5089ae40037b80317b62fd14522363c6.zip |
removed --with-gnu-ld (#108386)
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/pilot-link/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild | 4 | ||||
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.11.8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-pda/pilot-link/ChangeLog b/app-pda/pilot-link/ChangeLog index 237c34c37d68..a91bf2da0553 100644 --- a/app-pda/pilot-link/ChangeLog +++ b/app-pda/pilot-link/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/pilot-link # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.20 2005/07/08 10:10:49 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.21 2005/11/03 21:34:26 liquidx Exp $ + + 03 Nov 2005; Alastair Tse <liquidx@gentoo.org> pilot-link-0.11.8.ebuild, + pilot-link-0.11.8-r1.ebuild: + removed --with-gnu-ld (#108386) 08 Jul 2005; Alastair Tse <liquidx@gentoo.org> -files/pilot-link-0.11.8-fPIC.patch, diff --git a/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild b/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild index 3fd69a18a0b4..e3e94d8647a6 100644 --- a/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild +++ b/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.11.8-r1.ebuild,v 1.11 2005/07/08 11:56:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild,v 1.12 2005/11/03 21:34:26 liquidx Exp $ inherit perl-module eutils @@ -45,7 +45,7 @@ src_unpack() { } src_compile() { - local myconf="--with-gnu-ld --includedir=/usr/include/libpisock" + local myconf="--includedir=/usr/include/libpisock" use java \ && myconf="${myconf} --with-java=yes" \ diff --git a/app-pda/pilot-link/pilot-link-0.11.8.ebuild b/app-pda/pilot-link/pilot-link-0.11.8.ebuild index a1984cdcb6cc..1d1db5c13006 100644 --- a/app-pda/pilot-link/pilot-link-0.11.8.ebuild +++ b/app-pda/pilot-link/pilot-link-0.11.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.11.8.ebuild,v 1.14 2005/01/27 10:39:38 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8.ebuild,v 1.15 2005/11/03 21:34:26 liquidx Exp $ inherit perl-module eutils @@ -28,7 +28,7 @@ src_unpack() { } src_compile() { - local myconf="--with-gnu-ld --includedir=/usr/include/libpisock" + local myconf="--includedir=/usr/include/libpisock" use java \ && myconf="${myconf} --with-java=yes" \ |