From f14baa73ba3d4f08217cf3f9254e41cf08867d68 Mon Sep 17 00:00:00 2001 From: Leo Lipelis Date: Mon, 28 Jan 2002 07:35:01 +0000 Subject: add /usr/X11R6/bin to PATH in order for compile step to work --- app-text/ghostview/ghostview-1.5.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'app-text/ghostview') 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 -- cgit v1.2.3-65-gdbad