diff options
author | 2004-12-11 20:30:34 +0000 | |
---|---|---|
committer | 2004-12-11 20:30:34 +0000 | |
commit | b2d267913f08708add82d90f21dd10d1c1198269 (patch) | |
tree | a8b6392109b94a3f301f8d4478123ef456132330 /media-libs/fontconfig/fontconfig-2.2.3.ebuild | |
parent | app-doc/doxygen only needs to be in DEPEND. (diff) | |
download | historical-b2d267913f08708add82d90f21dd10d1c1198269.tar.gz historical-b2d267913f08708add82d90f21dd10d1c1198269.tar.bz2 historical-b2d267913f08708add82d90f21dd10d1c1198269.zip |
Remove C++ checks from configure since we dont need C++ #74077.
Diffstat (limited to 'media-libs/fontconfig/fontconfig-2.2.3.ebuild')
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.2.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/fontconfig/fontconfig-2.2.3.ebuild b/media-libs/fontconfig/fontconfig-2.2.3.ebuild index 9b2caa09193b..d65eb25b8118 100644 --- a/media-libs/fontconfig/fontconfig-2.2.3.ebuild +++ b/media-libs/fontconfig/fontconfig-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.2.3.ebuild,v 1.6 2004/10/19 10:34:07 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.2.3.ebuild,v 1.7 2004/12/11 20:30:34 vapier Exp $ inherit eutils @@ -38,6 +38,7 @@ src_unpack() { # The date can be troublesome sed -i "s:\`date\`::" configure + epunt_cxx #74077 } src_compile() { |