summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Lipelis <aeoo@gentoo.org>2002-01-28 07:35:01 +0000
committerLeo Lipelis <aeoo@gentoo.org>2002-01-28 07:35:01 +0000
commite9a643a0b0b9ef0c1b516848142f0cde910dcf12 (patch)
tree77fdc02fb8d989e357b1f400f1db40cd6f2c2c66 /app-text/ghostview
parent4.2 is a significant upgrade from older versions. many printer driver (diff)
downloadhistorical-e9a643a0b0b9ef0c1b516848142f0cde910dcf12.tar.gz
historical-e9a643a0b0b9ef0c1b516848142f0cde910dcf12.tar.bz2
historical-e9a643a0b0b9ef0c1b516848142f0cde910dcf12.zip
add /usr/X11R6/bin to PATH in order for compile step to work
Diffstat (limited to 'app-text/ghostview')
-rw-r--r--app-text/ghostview/ghostview-1.5.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/ghostview/ghostview-1.5.ebuild b/app-text/ghostview/ghostview-1.5.ebuild
index 07a31927dd94..78d447700cc9 100644
--- a/app-text/ghostview/ghostview-1.5.ebuild
+++ b/app-text/ghostview/ghostview-1.5.ebuild
@@ -22,6 +22,7 @@ src_unpack() {
}
src_compile() {
+ PATH=/usr/X11R6/bin:${PATH} # root doesn't get this by default
xmkmf -a || die
cp Makefile Makefile.old
sed -e "s,all:: ghostview.\$(MANSUFFIX).html,all:: ,g" Makefile.old > Makefile