summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-03-29 22:09:28 +0000
committerJon Portnoy <avenj@gentoo.org>2004-03-29 22:09:28 +0000
commite69eb8ebd237ac090cf20d03db6c3cdec9730be6 (patch)
tree33124779983f0e11b244345856806e88ad321893 /sys-apps/mawk/mawk-1.3.3.ebuild
parentpatch to set the default log_file_path in /etc/exim/exim.conf.dist to syslog (diff)
downloadgentoo-2-e69eb8ebd237ac090cf20d03db6c3cdec9730be6.tar.gz
gentoo-2-e69eb8ebd237ac090cf20d03db6c3cdec9730be6.tar.bz2
gentoo-2-e69eb8ebd237ac090cf20d03db6c3cdec9730be6.zip
Set MATHLIB in the ebuild. Fixes bug 45636.
Diffstat (limited to 'sys-apps/mawk/mawk-1.3.3.ebuild')
-rw-r--r--sys-apps/mawk/mawk-1.3.3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/mawk/mawk-1.3.3.ebuild b/sys-apps/mawk/mawk-1.3.3.ebuild
index a947b71805e8..2d0dde45dff3 100644
--- a/sys-apps/mawk/mawk-1.3.3.ebuild
+++ b/sys-apps/mawk/mawk-1.3.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/mawk/mawk-1.3.3.ebuild,v 1.4 2003/09/18 22:14:32 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/mawk/mawk-1.3.3.ebuild,v 1.5 2004/03/29 22:09:28 avenj Exp $
DESCRIPTION="An (often faster than gawk) awk-interpreter."
SRC_URI="ftp://ftp.whidbey.net/pub/brennan/${P}.tar.gz"
@@ -14,6 +14,8 @@ DEPEND="virtual/glibc"
IUSE=""
src_compile() {
+ export MATHLIB="/lib/libm.so.6"
+
./configure --prefix=/usr || die "Failed to configure"
MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed"
}