summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-03-09 23:18:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-03-09 23:18:39 +0000
commit927c161df196ce545f7e277437e99bfaf0132f3c (patch)
treea44403db1f5f43a4820b9c677bc58427e589919e /app-pda
parentBump to 20090309. (diff)
downloadgentoo-2-927c161df196ce545f7e277437e99bfaf0132f3c.tar.gz
gentoo-2-927c161df196ce545f7e277437e99bfaf0132f3c.tar.bz2
gentoo-2-927c161df196ce545f7e277437e99bfaf0132f3c.zip
Don't call econf during unpack, call it on compile.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/jpilot-syncmal/ChangeLog8
-rw-r--r--app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/app-pda/jpilot-syncmal/ChangeLog b/app-pda/jpilot-syncmal/ChangeLog
index 25811846ef86..46ae7e247575 100644
--- a/app-pda/jpilot-syncmal/ChangeLog
+++ b/app-pda/jpilot-syncmal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/jpilot-syncmal
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/ChangeLog,v 1.7 2008/02/10 14:56:24 philantrop Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/ChangeLog,v 1.8 2009/03/09 23:18:39 flameeyes Exp $
+
+ 09 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ jpilot-syncmal-0.80.ebuild:
+ Don't call econf during unpack, call it on compile.
10 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org>
-jpilot-syncmal-0.72.1.ebuild, jpilot-syncmal-0.80.ebuild:
diff --git a/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild b/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild
index 6859d7de6165..67d024548a0a 100644
--- a/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild
+++ b/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild,v 1.2 2008/02/10 14:56:24 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild,v 1.3 2009/03/09 23:18:39 flameeyes Exp $
WANT_AUTOMAKE="1.9"
@@ -28,10 +28,10 @@ src_unpack() {
cd "${S}"
eautomake
- econf --libdir="/usr/$(get_libdir)" || die "configure failed"
}
src_compile() {
+ econf || die "configure failed"
emake -j1 || die "make failed"
}