summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-20 21:45:20 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-20 21:45:20 +0000
commit0478682453b80376032b1ac5b274cdcfa256f56b (patch)
tree1ed4e71a7ffc4e0dfed77b85aa20625b06495a80 /app-pda
parent058 release (diff)
downloadgentoo-2-0478682453b80376032b1ac5b274cdcfa256f56b.tar.gz
gentoo-2-0478682453b80376032b1ac5b274cdcfa256f56b.tar.bz2
gentoo-2-0478682453b80376032b1ac5b274cdcfa256f56b.zip
fix stupid m4 warnings
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/pilot-link/files/pilot-link-0.11.8-m4.patch6
-rw-r--r--app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild5
2 files changed, 10 insertions, 1 deletions
diff --git a/app-pda/pilot-link/files/pilot-link-0.11.8-m4.patch b/app-pda/pilot-link/files/pilot-link-0.11.8-m4.patch
new file mode 100644
index 000000000000..e7aa1d5f2cd1
--- /dev/null
+++ b/app-pda/pilot-link/files/pilot-link-0.11.8-m4.patch
@@ -0,0 +1,6 @@
+--- pilot-link.m4
++++ pilot-link.m4
+@@ -1,2 +1,2 @@
+-AC_DEFUN(AC_PILOT_LINK_HOOK,
++AC_DEFUN([AC_PILOT_LINK_HOOK],
+ [
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 f4674b83fa5a..10b67dfdc4dc 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.8 2005/01/27 16:45:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild,v 1.9 2005/05/20 21:45:20 vapier Exp $
inherit perl-module eutils
@@ -24,6 +24,7 @@ DEPEND="virtual/libc
src_unpack() {
unpack ${A}
+ cd "${S}"
if use java; then
if use ppc; then
@@ -36,6 +37,8 @@ src_unpack() {
fi
fi
+ epatch "${FILESDIR}"/${P}-m4.patch
+
# bug #62873
cd ${S}/libpisock; epatch ${FILESDIR}/${P}-netsync.patch
}