diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-07 01:28:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-07 01:28:23 +0000 |
commit | 5ed86682e49b90be97f58fccc4bd165e621ce919 (patch) | |
tree | 31b77613237ff578deee5a20777e550d15d9d625 /app-emulation/wine/wine-0.9.15.ebuild | |
parent | Add ~amd64 wrt bug #169049. (diff) | |
download | gentoo-2-5ed86682e49b90be97f58fccc4bd165e621ce919.tar.gz gentoo-2-5ed86682e49b90be97f58fccc4bd165e621ce919.tar.bz2 gentoo-2-5ed86682e49b90be97f58fccc4bd165e621ce919.zip |
remove lcms/lcms.h check as the lcms package no longer installs into the lcms subdir ... we wont worry about lcms/lcms.h autodetection as no Gentoo-supported lcms package installs like that #169408
(Portage version: 2.1.2-r14)
Diffstat (limited to 'app-emulation/wine/wine-0.9.15.ebuild')
-rw-r--r-- | app-emulation/wine/wine-0.9.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-0.9.15.ebuild b/app-emulation/wine/wine-0.9.15.ebuild index 92d700acad37..ceb1c06c16da 100644 --- a/app-emulation/wine/wine-0.9.15.ebuild +++ b/app-emulation/wine/wine-0.9.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.15.ebuild,v 1.16 2007/03/04 20:45:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.15.ebuild,v 1.17 2007/03/07 01:28:23 vapier Exp $ inherit eutils flag-o-matic multilib @@ -91,7 +91,7 @@ src_compile() { config_cache glut glut:glutMainLoop config_cache jpeg jpeglib.h config_cache oss sys/soundcard.h machine/soundcard.h soundcard.h - config_cache lcms lcms.h lcms/lcms.h + config_cache lcms lcms.h use x86 && config_cache truetype freetype:FT_Init_FreeType strip-flags |