summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/oprofile/Manifest2
-rw-r--r--dev-util/oprofile/oprofile-0.7.ebuild4
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/oprofile/Manifest b/dev-util/oprofile/Manifest
index bf225c8fb61e..4f424b05823d 100644
--- a/dev-util/oprofile/Manifest
+++ b/dev-util/oprofile/Manifest
@@ -1,3 +1,3 @@
+MD5 b29026b16af26da6d993b64b0ec648dc oprofile-0.7.ebuild 1656
MD5 a513bd34276fa8264699aba3e0c0dc98 ChangeLog 385
-MD5 9f22f8e463a7306f32be6be6b42a9aa3 oprofile-0.7.ebuild 1607
MD5 06028442781220898a045871c9db7de6 files/digest-oprofile-0.7 64
diff --git a/dev-util/oprofile/oprofile-0.7.ebuild b/dev-util/oprofile/oprofile-0.7.ebuild
index 866fc652545a..305db73164ce 100644
--- a/dev-util/oprofile/oprofile-0.7.ebuild
+++ b/dev-util/oprofile/oprofile-0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.7.ebuild,v 1.2 2003/10/24 05:10:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.7.ebuild,v 1.3 2003/11/12 19:32:08 cretin Exp $
DESCRIPTION="A transparent low-overhead system-wide profiler"
HOMEPAGE="http://oprofile.sourceforge.net"
@@ -22,6 +22,8 @@ src_compile() {
local myconf=""
+ use qt || myconf="${myconf} --with-qt-dir=/void"
+
myconf="${myconf} --with-x"
# note: compilation has only been tested with a 2.4 kernel
case $KV in