diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2008-12-24 02:18:10 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2008-12-24 02:18:10 +0000 |
commit | fbefc11f77fc2c26100a07cebb0a751809584dd3 (patch) | |
tree | 81169dfe409c9b64574eb2c7e3b80d597d6b853a /app-doc/doxygen/doxygen-1.5.7.1.ebuild | |
parent | Removed support for portaudio 18 since it is no longer in the tree. (diff) | |
download | gentoo-2-fbefc11f77fc2c26100a07cebb0a751809584dd3.tar.gz gentoo-2-fbefc11f77fc2c26100a07cebb0a751809584dd3.tar.bz2 gentoo-2-fbefc11f77fc2c26100a07cebb0a751809584dd3.zip |
Updated with patch for bug #251533 (relpath empty string replacement
issue).
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.7 x86_64)
Diffstat (limited to 'app-doc/doxygen/doxygen-1.5.7.1.ebuild')
-rw-r--r-- | app-doc/doxygen/doxygen-1.5.7.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-doc/doxygen/doxygen-1.5.7.1.ebuild b/app-doc/doxygen/doxygen-1.5.7.1.ebuild index 941cc09b5427..bfbd9d7bffc2 100644 --- a/app-doc/doxygen/doxygen-1.5.7.1.ebuild +++ b/app-doc/doxygen/doxygen-1.5.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.7.1.ebuild,v 1.2 2008/11/04 09:49:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.5.7.1.ebuild,v 1.3 2008/12/24 02:18:09 nerdboy Exp $ EAPI=1 @@ -57,6 +57,7 @@ src_unpack() { # Consolidate patches, apply FreeBSD configure patch, codepage patch, # qtools stuff, and patches for bugs 129142, 121770, and 129560. epatch "${FILESDIR}/${PN}-1.5-legacy-patches.diff" + epatch "${FILESDIR}/${P}-substitute.patch" # remove internal libpng - see bug #210237 epatch "${FILESDIR}/${PN}-1.5-system-libpng.patch" |