diff options
author | Leo Lipelis <aeoo@gentoo.org> | 2002-01-28 07:35:01 +0000 |
---|---|---|
committer | Leo Lipelis <aeoo@gentoo.org> | 2002-01-28 07:35:01 +0000 |
commit | f14baa73ba3d4f08217cf3f9254e41cf08867d68 (patch) | |
tree | 7ce5bd84c71580ae9569f54d207704d07189e5b2 /app-text/ghostview | |
parent | 4.2 is a significant upgrade from older versions. many printer driver (diff) | |
download | gentoo-2-f14baa73ba3d4f08217cf3f9254e41cf08867d68.tar.gz gentoo-2-f14baa73ba3d4f08217cf3f9254e41cf08867d68.tar.bz2 gentoo-2-f14baa73ba3d4f08217cf3f9254e41cf08867d68.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.ebuild | 1 |
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 |