diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-04 20:45:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-04 20:45:34 +0000 |
commit | 80f7bce0ee53dd3e5e22e70099269f1b29f6b879 (patch) | |
tree | afca3f2811f8dfc9259152767230bfe0e356a44c /app-emulation/wine/wine-0.9.24.ebuild | |
parent | Cleanup. (diff) | |
download | gentoo-2-80f7bce0ee53dd3e5e22e70099269f1b29f6b879.tar.gz gentoo-2-80f7bce0ee53dd3e5e22e70099269f1b29f6b879.tar.bz2 gentoo-2-80f7bce0ee53dd3e5e22e70099269f1b29f6b879.zip |
Cleanup modular X handling in all ebuilds and cleanup lcms handling #167240.
(Portage version: 2.1.2-r14)
Diffstat (limited to 'app-emulation/wine/wine-0.9.24.ebuild')
-rw-r--r-- | app-emulation/wine/wine-0.9.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-0.9.24.ebuild b/app-emulation/wine/wine-0.9.24.ebuild index aa79f9a4cf9c..7c45cbccafab 100644 --- a/app-emulation/wine/wine-0.9.24.ebuild +++ b/app-emulation/wine/wine-0.9.24.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.24.ebuild,v 1.6 2007/03/04 06:56:15 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.24.ebuild,v 1.7 2007/03/04 20:45:34 vapier Exp $ inherit eutils flag-o-matic multilib @@ -91,7 +91,7 @@ src_compile() { config_cache hal hal/libhal.h config_cache jpeg jpeglib.h config_cache oss sys/soundcard.h machine/soundcard.h soundcard.h - config_cache lcms lcms.h + config_cache lcms lcms.h lcms/lcms.h strip-flags |