diff options
author | 2010-01-09 13:22:12 +0000 | |
---|---|---|
committer | 2010-01-09 13:22:12 +0000 | |
commit | d34d24d2f8c15691589afabfe6f8396af4eefee1 (patch) | |
tree | 91c97ee0e8127322608618c42c3e8295c9a6d973 /app-text/xdvik/xdvik-22.84.16.ebuild | |
parent | NFS breakages during repoman commit are no fun, recommit for manifest (diff) | |
download | gentoo-2-d34d24d2f8c15691589afabfe6f8396af4eefee1.tar.gz gentoo-2-d34d24d2f8c15691589afabfe6f8396af4eefee1.tar.bz2 gentoo-2-d34d24d2f8c15691589afabfe6f8396af4eefee1.zip |
Make sure system kpathsea headers are used
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xdvik/xdvik-22.84.16.ebuild')
-rw-r--r-- | app-text/xdvik/xdvik-22.84.16.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-text/xdvik/xdvik-22.84.16.ebuild b/app-text/xdvik/xdvik-22.84.16.ebuild index 13baef8fa38c..4ea2b6f7e5d4 100644 --- a/app-text/xdvik/xdvik-22.84.16.ebuild +++ b/app-text/xdvik/xdvik-22.84.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.1 2009/10/03 09:32:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.2 2010/01/09 13:22:12 aballier Exp $ inherit eutils flag-o-matic elisp-common toolchain-funcs @@ -30,6 +30,10 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-open-mode.patch" + epatch "${FILESDIR}/${P}-cvararg.patch" + # Make sure system kpathsea headers are used + cd "${WORKDIR}/${P}/texk/kpathsea" + for i in *.h ; do echo "#include_next \"$i\"" > $i; done } src_compile() { |