summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-12-08 21:30:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-12-08 21:30:01 +0000
commit0f7088a22695a1a98bddeaea14dace1d476302af (patch)
tree5220006485ba87fd9893b3cd664c4bc6683fe43f /games-util/qstat/qstat-2.6.ebuild
parentStable on ppc. (diff)
downloadhistorical-0f7088a22695a1a98bddeaea14dace1d476302af.tar.gz
historical-0f7088a22695a1a98bddeaea14dace1d476302af.tar.bz2
historical-0f7088a22695a1a98bddeaea14dace1d476302af.zip
sysconfdir patch from vi@sh.nu via bug #73830
Diffstat (limited to 'games-util/qstat/qstat-2.6.ebuild')
-rw-r--r--games-util/qstat/qstat-2.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/qstat/qstat-2.6.ebuild b/games-util/qstat/qstat-2.6.ebuild
index 88e92197dcf4..45aef8bb4961 100644
--- a/games-util/qstat/qstat-2.6.ebuild
+++ b/games-util/qstat/qstat-2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.6.ebuild,v 1.1 2004/08/17 01:35:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/qstat/qstat-2.6.ebuild,v 1.2 2004/12/08 21:30:01 mr_bones_ Exp $
DESCRIPTION="Server statics collector supporting many FPS games"
HOMEPAGE="http://www.qstat.org/"
@@ -14,7 +14,7 @@ IUSE=""
DEPEND="virtual/libc"
src_compile() {
- emake CFLAGS="${CFLAGS}" || die "emake failed"
+ emake CFLAGS="${CFLAGS} -Dsysconfdir=\\\"/etc\\\"" || die "emake failed"
}
src_install() {