summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-03-18 23:39:25 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-03-18 23:39:25 +0000
commit2bdb8ad42315bb1d8077e06ae250abba9928747c (patch)
treeefb62c2529c21654f73de2efc543ce3624eae499 /media-gfx/xli/xli-1.17.0.ebuild
parentCabal works with ghc-6.4 now. (diff)
downloadhistorical-2bdb8ad42315bb1d8077e06ae250abba9928747c.tar.gz
historical-2bdb8ad42315bb1d8077e06ae250abba9928747c.tar.bz2
historical-2bdb8ad42315bb1d8077e06ae250abba9928747c.zip
Removing full path from xmkmf call as it is not needed, and breaks systems with no X11R6 symlink, fixes bug 85797.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-gfx/xli/xli-1.17.0.ebuild')
-rw-r--r--media-gfx/xli/xli-1.17.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/xli/xli-1.17.0.ebuild b/media-gfx/xli/xli-1.17.0.ebuild
index 79f38ade634f..7392afcc4534 100644
--- a/media-gfx/xli/xli-1.17.0.ebuild
+++ b/media-gfx/xli/xli-1.17.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xli/xli-1.17.0.ebuild,v 1.19 2005/03/16 20:22:50 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xli/xli-1.17.0.ebuild,v 1.20 2005/03/18 23:39:25 cryos Exp $
inherit alternatives
@@ -45,7 +45,7 @@ src_unpack() {
}
src_compile() {
- /usr/X11R6/bin/xmkmf || die
+ xmkmf || die "xmkmf died."
emake CDEBUGFLAGS="${CFLAGS}" || die
}