diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 11:43:00 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 11:43:00 +0000 |
commit | 50deb942a37feb4674f6e115d8d15692f8c5c4e7 (patch) | |
tree | 537f88849ca905b6ff292f6d891dd2894099ebfc /x11-misc/xsnap/xsnap-1.4.3-r1.ebuild | |
parent | Add missing x11-misc/imake to DEPEND, see bug #150793. (diff) | |
download | gentoo-2-50deb942a37feb4674f6e115d8d15692f8c5c4e7.tar.gz gentoo-2-50deb942a37feb4674f6e115d8d15692f8c5c4e7.tar.bz2 gentoo-2-50deb942a37feb4674f6e115d8d15692f8c5c4e7.zip |
Fix Imakefile to use /usr/include/X11, see bug #150797.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'x11-misc/xsnap/xsnap-1.4.3-r1.ebuild')
-rw-r--r-- | x11-misc/xsnap/xsnap-1.4.3-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild b/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild index a2e3d4fdb150..040734eaa6c7 100644 --- a/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild +++ b/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild,v 1.9 2006/04/14 15:52:25 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.4.3-r1.ebuild,v 1.10 2006/10/11 11:43:00 nelchael Exp $ inherit eutils @@ -33,6 +33,7 @@ src_unpack() { epatch ${FILESDIR}/${PN}-1.4-gentoo.patch # i notified upstream about it... should be fixed soon epatch ${FILESDIR}/${PN}-this-should-be-fixed-updstream.patch + sed -i -e 's,X11R6/,,g' "${S}/Imakefile" } src_compile() { |