diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-04-03 20:12:56 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-04-03 20:12:56 +0000 |
commit | 063e89087561a65559630b7963bf185d3fecb433 (patch) | |
tree | e1f5a142a2c85a1af775825cc1a72ae161c33a88 /dev-util/strace | |
parent | Version bumped. Closes #18668. (diff) | |
download | historical-063e89087561a65559630b7963bf185d3fecb433.tar.gz historical-063e89087561a65559630b7963bf185d3fecb433.tar.bz2 historical-063e89087561a65559630b7963bf185d3fecb433.zip |
Version bumped. Closes #18668.
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/files/digest-strace-4.4.94 | 2 | ||||
-rw-r--r-- | dev-util/strace/strace-4.4.94.ebuild | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/dev-util/strace/files/digest-strace-4.4.94 b/dev-util/strace/files/digest-strace-4.4.94 index 06f2700a0cb0..8b85a0f2b74e 100644 --- a/dev-util/strace/files/digest-strace-4.4.94 +++ b/dev-util/strace/files/digest-strace-4.4.94 @@ -1,5 +1,5 @@ MD5 db010dd4d78a0a198a7436df23c654e4 /files/strace-4.4.93-configure.ac.patch 337 MD5 8b3c145c5cbe648c4eceeaedd4ec9d05 /files/strace-4.4-arm-configure.patch 224 MD5 ae0107bf0d9c841b0f0929a88f47844a /files/strace-4.4-arm.patch 7667 -MD5 abb10b16d2f2882ede706f50fb1ba76c /strace-4.4.94.ebuild 1228 +MD5 a3893ce216c5b06e03d8921837f22fab /strace-4.4.94.ebuild 1228 MD5 483890e6ea930f8c09ccae55121ca7ac strace-4.4.94.tar.bz2 361744 diff --git a/dev-util/strace/strace-4.4.94.ebuild b/dev-util/strace/strace-4.4.94.ebuild index b876abf2e689..dbf7246b3efc 100644 --- a/dev-util/strace/strace-4.4.94.ebuild +++ b/dev-util/strace/strace-4.4.94.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/strace/strace-4.4.94.ebuild,v 1.1 2003/04/03 20:06:17 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.94.ebuild,v 1.2 2003/04/03 20:12:41 mholzer Exp $ S=${WORKDIR}/${P} DESCRIPTION="A usefull diagnostic, instructional, and debugging tool" @@ -10,17 +10,16 @@ HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/" SLOT="0" LICENSE="as-is" KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa mips" +inherit flag-o-matic DEPEND="virtual/glibc >=sys-devel/autoconf-2.54" src_compile() { # Compile fails with -O3 on but works on x86, sparc untested -# if [ "${ARCH}" == "sparc" -o "${ARCH}" == "" ]; then -# if [ -n "${CFLAGS}" ]; then -# CFLAGS=`echo ${CFLAGS} | sed -e 's:-O3:-O2:'` -# fi -# fi + if [ "${ARCH}" == "sparc" -o "${ARCH}" == "" ]; then + replace-flags -O[3-9] -O2 + fi # configure is broken by default for sparc and possibly others, regen # from configure.in autoconf |