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-r1.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-r1.ebuild')
-rw-r--r--media-gfx/xli/xli-1.17.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/xli/xli-1.17.0-r1.ebuild b/media-gfx/xli/xli-1.17.0-r1.ebuild
index 0b457ec54d9e..350f8f3fd38c 100644
--- a/media-gfx/xli/xli-1.17.0-r1.ebuild
+++ b/media-gfx/xli/xli-1.17.0-r1.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-r1.ebuild,v 1.10 2005/03/17 19:44:30 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xli/xli-1.17.0-r1.ebuild,v 1.11 2005/03/18 23:39:25 cryos Exp $
inherit alternatives
@@ -49,7 +49,7 @@ src_unpack() {
}
src_compile() {
- /usr/X11R6/bin/xmkmf || die
+ xmkmf || die "xmkmf failed."
emake CDEBUGFLAGS="${CFLAGS}" || die
}