summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2008-01-16 12:56:38 +0000
committerDaniel Black <dragonheart@gentoo.org>2008-01-16 12:56:38 +0000
commitc45089728f8c2bea444587d2429f232d96af996d (patch)
treec8c4524f2743ce45300d0f17baed941aa68478df /media-libs/ploticus/ploticus-2.33-r1.ebuild
parentAdd ~alpha/~ia64 wrt #206031 (diff)
downloadhistorical-c45089728f8c2bea444587d2429f232d96af996d.tar.gz
historical-c45089728f8c2bea444587d2429f232d96af996d.tar.bz2
historical-c45089728f8c2bea444587d2429f232d96af996d.zip
clean before make as per bug #191692 thanks to Thomas
Package-Manager: portage-2.1.4_rc11
Diffstat (limited to 'media-libs/ploticus/ploticus-2.33-r1.ebuild')
-rw-r--r--media-libs/ploticus/ploticus-2.33-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/ploticus/ploticus-2.33-r1.ebuild b/media-libs/ploticus/ploticus-2.33-r1.ebuild
index 760ec3204e5d..3bc0141af084 100644
--- a/media-libs/ploticus/ploticus-2.33-r1.ebuild
+++ b/media-libs/ploticus/ploticus-2.33-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ploticus/ploticus-2.33-r1.ebuild,v 1.1 2007/08/28 21:45:54 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ploticus/ploticus-2.33-r1.ebuild,v 1.2 2008/01/16 12:56:38 dragonheart Exp $
inherit eutils toolchain-funcs
@@ -103,8 +103,9 @@ src_compile() {
einfo "Compiling C API library"
+ emake clean || die "Clean Failed!"
emake "CC=$(tc-getCC)" \
- -f Makefile_api || die "API make failed!"
+ -f Makefile_api || die "API make failed!"
}
src_test() {