diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-02-03 17:10:05 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-02-03 17:10:05 +0000 |
commit | 53b0431e2dc63fb04159e9ccbbf2bb877fdf7ecc (patch) | |
tree | b9038511db5ce9c8f65e62b10845b3578632f5dd /media-libs/libdvdcss/libdvdcss-1.2.9.ebuild | |
parent | merge from webapps overlay wrt #208584 (diff) | |
download | historical-53b0431e2dc63fb04159e9ccbbf2bb877fdf7ecc.tar.gz historical-53b0431e2dc63fb04159e9ccbbf2bb877fdf7ecc.tar.bz2 historical-53b0431e2dc63fb04159e9ccbbf2bb877fdf7ecc.zip |
No need to let it write to /var/cache/fonts, it might not be writable after all and we can write in the sandbox...
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'media-libs/libdvdcss/libdvdcss-1.2.9.ebuild')
-rw-r--r-- | media-libs/libdvdcss/libdvdcss-1.2.9.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/libdvdcss/libdvdcss-1.2.9.ebuild b/media-libs/libdvdcss/libdvdcss-1.2.9.ebuild index 0f3070ea10e1..f5b12ba92cc7 100644 --- a/media-libs/libdvdcss/libdvdcss-1.2.9.ebuild +++ b/media-libs/libdvdcss/libdvdcss-1.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.9.ebuild,v 1.22 2008/01/11 19:02:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.9.ebuild,v 1.23 2008/02/03 17:10:05 aballier Exp $ inherit eutils autotools flag-o-matic @@ -42,7 +42,8 @@ src_compile() { strip-flags # See bug #98854, requires access to fonts cache for TeX - use doc && addwrite /var/cache/fonts + # No need to use addwrite, just set TeX font cache in the sandbox + use doc && export VARTEXFONTS="${T}/fonts" econf \ --enable-static --enable-shared \ |