summaryrefslogtreecommitdiff
path: root/lang/mawk
diff options
context:
space:
mode:
authorminskim <minskim>2005-06-30 05:57:38 +0000
committerminskim <minskim>2005-06-30 05:57:38 +0000
commit23179d0f9e38d4573ff5dc3b916530051429ccc4 (patch)
tree431b94e4d099207b3cfd683ca39f02992bdd569c /lang/mawk
parentb15067f6674202ee1e444d9d58c0d0410e899a6f (diff)
downloadpkgsrc-23179d0f9e38d4573ff5dc3b916530051429ccc4.tar.gz
Fix the configure script to detect floor(3) correctly. This makes the
package build on platforms where the "-lm" link option is not necessary.
Diffstat (limited to 'lang/mawk')
-rw-r--r--lang/mawk/distinfo4
-rw-r--r--lang/mawk/patches/patch-ad4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/mawk/distinfo b/lang/mawk/distinfo
index ff735dc5aa6..22daafffeac 100644
--- a/lang/mawk/distinfo
+++ b/lang/mawk/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 09:03:09 agc Exp $
+$NetBSD: distinfo,v 1.8 2005/06/30 05:57:38 minskim Exp $
SHA1 (mawk-1.3.3.tar.gz) = 314bcdb6543733f47ef4d9d9356b23f53d6a7f89
RMD160 (mawk-1.3.3.tar.gz) = f1c939aa032ec7f5e8157a9440d3520f2ecc8501
@@ -6,5 +6,5 @@ Size (mawk-1.3.3.tar.gz) = 209942 bytes
SHA1 (patch-aa) = 49ef8e8f9d5392c47933eadba87aceae1079d89b
SHA1 (patch-ab) = b8faa90c98fac027b295336936a8e43c7087d972
SHA1 (patch-ac) = e6671c71b7fdc2c8ccc0866e530c38057a80d48f
-SHA1 (patch-ad) = f74b16d155d3486e55b37485fe5d5c40ce5a4b56
+SHA1 (patch-ad) = 52318904326713bd4fa2bfc8323ff93d4fe52ef2
SHA1 (patch-ae) = 74d374a1f5b216543a748fbde4d259c6e9d6e401
diff --git a/lang/mawk/patches/patch-ad b/lang/mawk/patches/patch-ad
index 5518542c966..1dc861880a2 100644
--- a/lang/mawk/patches/patch-ad
+++ b/lang/mawk/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.1 2003/09/30 21:47:14 seb Exp $
+$NetBSD: patch-ad,v 1.2 2005/06/30 05:57:38 minskim Exp $
--- configure.orig 1996-09-04 23:43:01.000000000 +0000
+++ configure
@@ -70,7 +70,7 @@ $NetBSD: patch-ad,v 1.1 2003/09/30 21:47:14 seb Exp $
fi
-if test "$log$" = yes
-+if test "$floor$" = yes
++if test "$floor" = yes
then
MATHLIB='' # evidently don't need one
else