summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2005-09-19 21:27:30 +0000
committerHarald van Dijk <truedfx@gentoo.org>2005-09-19 21:27:30 +0000
commit4ee8d2cdeb128a9704cf4c54fd828b706efba903 (patch)
treef9b5e35cf493f492e7f0e968b5451949d8c182a3 /x11-wm/sawfish/sawfish-1.3.20050816.ebuild
parentadd missing eutils inheritance (diff)
downloadhistorical-4ee8d2cdeb128a9704cf4c54fd828b706efba903.tar.gz
historical-4ee8d2cdeb128a9704cf4c54fd828b706efba903.tar.bz2
historical-4ee8d2cdeb128a9704cf4c54fd828b706efba903.zip
Fix librep libtool mess instead of continuing to try to work around it
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'x11-wm/sawfish/sawfish-1.3.20050816.ebuild')
-rw-r--r--x11-wm/sawfish/sawfish-1.3.20050816.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/sawfish/sawfish-1.3.20050816.ebuild b/x11-wm/sawfish/sawfish-1.3.20050816.ebuild
index 3a5bbd4ae7a4..75ddd4c85cda 100644
--- a/x11-wm/sawfish/sawfish-1.3.20050816.ebuild
+++ b/x11-wm/sawfish/sawfish-1.3.20050816.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/x11-wm/sawfish/sawfish-1.3.20050816.ebuild,v 1.4 2005/09/04 13:31:53 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.20050816.ebuild,v 1.5 2005/09/19 21:27:30 truedfx Exp $
# detect cvs snapshots; fex. 1.3.20040120
[[ $PV == *.[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] ]]
@@ -40,6 +40,7 @@ fi
src_unpack() {
unpack ${A}
cd "${S}"
+ epatch "${FILESDIR}/libtool.patch"
# This is for alpha, but there's no reason to restrict it
gnuconfig_update
}