summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Thibaut <murphy@gentoo.org>2002-08-19 23:49:21 +0000
committerMaarten Thibaut <murphy@gentoo.org>2002-08-19 23:49:21 +0000
commita7e2b35ee2b1053e9fd82dc72843f8467a15825c (patch)
tree2bf68b5fa04bd070c6a3c992d549526b21616d2d /app-crypt/gnupg
parentadded JPython license necessary for netbeans (diff)
downloadgentoo-2-a7e2b35ee2b1053e9fd82dc72843f8467a15825c.tar.gz
gentoo-2-a7e2b35ee2b1053e9fd82dc72843f8467a15825c.tar.bz2
gentoo-2-a7e2b35ee2b1053e9fd82dc72843f8467a15825c.zip
Adding comment line mentioning bugzilla number
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r--app-crypt/gnupg/gnupg-1.0.7.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-crypt/gnupg/gnupg-1.0.7.ebuild b/app-crypt/gnupg/gnupg-1.0.7.ebuild
index 6aff37c2070d..94f052a748a9 100644
--- a/app-crypt/gnupg/gnupg-1.0.7.ebuild
+++ b/app-crypt/gnupg/gnupg-1.0.7.ebuild
@@ -27,6 +27,7 @@ src_compile() {
local myconf
use nls || myconf="--disable-nls"
+ # Bug #6387, --enable-m-guard causes bus error on sparcs
if [ "${ARCH}" != "sparc" -a "${ARCH}" != "sparc64" ]; then
myconf="${myconf} --enable-m-guard"
fi