summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2008-05-13 11:27:38 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2008-05-13 11:27:38 +0000
commit473145a9a2b36da2c73635300087fd4c4e464fb2 (patch)
tree114d3c3a107518dd8ea5cfb04c1e56cae3ca9685 /media-gfx/sane-backends/sane-backends-1.0.17.ebuild
parentadd clisp hyperspec flag (diff)
downloadgentoo-2-473145a9a2b36da2c73635300087fd4c4e464fb2.tar.gz
gentoo-2-473145a9a2b36da2c73635300087fd4c4e464fb2.tar.bz2
gentoo-2-473145a9a2b36da2c73635300087fd4c4e464fb2.zip
Removing obsolete versions + cleaner solution for TeX-font-problems.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-gfx/sane-backends/sane-backends-1.0.17.ebuild')
-rw-r--r--media-gfx/sane-backends/sane-backends-1.0.17.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/media-gfx/sane-backends/sane-backends-1.0.17.ebuild b/media-gfx/sane-backends/sane-backends-1.0.17.ebuild
index dd83e7354e21..0259bb1c5602 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.17.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.0.17.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-gfx/sane-backends/sane-backends-1.0.17.ebuild,v 1.14 2008/02/11 10:33:11 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.17.ebuild,v 1.15 2008/05/13 11:27:37 phosphan Exp $
inherit eutils
@@ -78,9 +78,6 @@ src_unpack() {
cd "${S}"
- #only generate the .ps and not the fonts
- sed -i -e 's:$(DVIPS) sane.dvi -o sane.ps:$(DVIPS) sane.dvi -M1 -o sane.ps:' \
- doc/Makefile.in
#compile errors when using NDEBUG otherwise
sed -i -e 's:function_name:__FUNCTION__:g' backend/artec_eplus48u.c \
|| die "function_name fix failed"
@@ -102,7 +99,7 @@ src_compile() {
$(use_enable ipv6) \
${myconf} || die "econf failed"
- emake || die
+ emake VARTEXFONTS="${T}/fonts" || die
if use usb; then
cd tools/hotplug