diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-07-12 10:17:24 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-07-12 10:17:24 +0000 |
commit | 50ac14e6e1d4e7b25105ffc20d19749093f86c47 (patch) | |
tree | ed2d26db1ce8df4777f8c592721c1ee9ebe18943 /media-gfx/splashutils/splashutils-1.1.9.8-r1.ebuild | |
parent | fix bug 139638 (diff) | |
download | historical-50ac14e6e1d4e7b25105ffc20d19749093f86c47.tar.gz historical-50ac14e6e1d4e7b25105ffc20d19749093f86c47.tar.bz2 historical-50ac14e6e1d4e7b25105ffc20d19749093f86c47.zip |
Remove useless cpp checks in freetype (bug #138116).
Package-Manager: portage-2.1.1_pre2-r6
Diffstat (limited to 'media-gfx/splashutils/splashutils-1.1.9.8-r1.ebuild')
-rw-r--r-- | media-gfx/splashutils/splashutils-1.1.9.8-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/splashutils/splashutils-1.1.9.8-r1.ebuild b/media-gfx/splashutils/splashutils-1.1.9.8-r1.ebuild index 453eb5414ab3..c837bd3b7fba 100644 --- a/media-gfx/splashutils/splashutils-1.1.9.8-r1.ebuild +++ b/media-gfx/splashutils/splashutils-1.1.9.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.8-r1.ebuild,v 1.2 2006/03/02 18:50:39 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.1.9.8-r1.ebuild,v 1.3 2006/07/12 10:17:24 spock Exp $ inherit eutils multilib linux-mod @@ -113,6 +113,8 @@ src_unpack() { # Setup the kernel object directory echo "KRNLOBJ = ${KV_OUT_DIR}" >> ${S}/libs/klibc-${V_KLIBC}/MCONFIG + + epunt_cxx } src_compile() { |