summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/doxygen/doxygen-1.8.1.2.ebuild')
-rw-r--r--app-doc/doxygen/doxygen-1.8.1.2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-doc/doxygen/doxygen-1.8.1.2.ebuild b/app-doc/doxygen/doxygen-1.8.1.2.ebuild
index 4b26addc6972..c50cff251005 100644
--- a/app-doc/doxygen/doxygen-1.8.1.2.ebuild
+++ b/app-doc/doxygen/doxygen-1.8.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.8.1.2.ebuild,v 1.2 2012/08/09 08:19:42 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.8.1.2.ebuild,v 1.3 2012/08/11 09:30:03 xarthisius Exp $
EAPI=4
@@ -120,6 +120,9 @@ src_prepare() {
sed -i -e '/define MAX_INCLUDE_DEPTH/ s/10/20/g' \
src/fortranscanner.* || die
+ sed -e "s/\$(DATE)/$(LC_ALL="C" LANG="C" date)/g" \
+ -i Makefile.in || die #428280
+
if is-flagq "-O3" ; then
echo
ewarn "Compiling with -O3 is known to produce incorrectly"