diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-09-30 00:07:19 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-09-30 00:07:19 +0000 |
commit | 6575dc540ce34cc786cb86ef329eec327aae52c8 (patch) | |
tree | b5792b7f73fe44df9dd6a62c33077dc0634734c2 /app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild | |
parent | We release under GPL v2. (Manifest recommit) (diff) | |
download | gentoo-2-6575dc540ce34cc786cb86ef329eec327aae52c8.tar.gz gentoo-2-6575dc540ce34cc786cb86ef329eec327aae52c8.tar.bz2 gentoo-2-6575dc540ce34cc786cb86ef329eec327aae52c8.zip |
add net sync patch (#62873)
Diffstat (limited to 'app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild')
-rw-r--r-- | app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 bfc97ea2e642..5fae45676065 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-2004 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.1 2004/09/23 09:32:59 sejo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild,v 1.2 2004/09/30 00:07:19 liquidx Exp $ inherit perl-module eutils @@ -29,6 +29,8 @@ src_unpack() { else epatch ${FILESDIR}/${P}-javapath.patch fi + # bug #62873 + cd ${S}/libpisock; epatch ${FILESDIR}/${P}-netsync.patch } src_compile() { |