summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/doxygen/doxygen-1.4.4.ebuild')
-rw-r--r--app-doc/doxygen/doxygen-1.4.4.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-doc/doxygen/doxygen-1.4.4.ebuild b/app-doc/doxygen/doxygen-1.4.4.ebuild
index 371d87f9cf99..661f2a61738d 100644
--- a/app-doc/doxygen/doxygen-1.4.4.ebuild
+++ b/app-doc/doxygen/doxygen-1.4.4.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.4.ebuild,v 1.15 2006/01/18 07:17:19 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.4.4.ebuild,v 1.16 2006/01/29 15:41:41 blubb Exp $
inherit eutils toolchain-funcs
DESCRIPTION="Documentation and analysis tool for C++, C, Java, IDL, PHP and C#"
HOMEPAGE="http://www.doxygen.org/"
-SRC_URI="ftp://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz"
+SRC_URI="ftp://ftp.stack.nl/pub/users/dimitri/${P}.src.tar.gz
+ unicode? ( mirror://gentoo/${PN}-utf8-ru.patch.gz )"
LICENSE="GPL-2"
SLOT="0"
@@ -32,7 +33,7 @@ src_unpack() {
epatch "${FILESDIR}"/${P}-darwin.patch
if use unicode; then
- epatch "${FILESDIR}"/${PN}-utf8-ru.patch.gz || die "utf8-ru patch failed"
+ epatch "${WORKDIR}"/${PN}-utf8-ru.patch || die "utf8-ru patch failed"
fi
if [ $(gcc-major-version) -eq 4 ] ; then