summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2005-06-05 14:18:13 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2005-06-05 14:18:13 +0000
commitbfe5c90a25ad03946edb3a78ee12d507c8125761 (patch)
tree5a9cdf78ca30b27f38c62314569f7993bf9b0210 /x11-misc/xwit/xwit-3.4.ebuild
parentRemoved trailing whitespaces. (diff)
downloadhistorical-bfe5c90a25ad03946edb3a78ee12d507c8125761.tar.gz
historical-bfe5c90a25ad03946edb3a78ee12d507c8125761.tar.bz2
historical-bfe5c90a25ad03946edb3a78ee12d507c8125761.zip
Fixed bug #82626.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/xwit/xwit-3.4.ebuild')
-rw-r--r--x11-misc/xwit/xwit-3.4.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/xwit/xwit-3.4.ebuild b/x11-misc/xwit/xwit-3.4.ebuild
index 5bbab688adf8..8b38cc48d8ea 100644
--- a/x11-misc/xwit/xwit-3.4.ebuild
+++ b/x11-misc/xwit/xwit-3.4.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild,v 1.3 2004/06/24 22:46:44 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild,v 1.4 2005/06/05 14:18:13 pyrania Exp $
+
+inherit eutils
IUSE=""
@@ -15,6 +17,8 @@ KEYWORDS="x86"
DEPEND="virtual/x11"
src_compile() {
+ epatch ${FILESDIR}/malloc.patch
+
xmkmf || die "xmkmf failed"
emake || die "Make failed"
}