summaryrefslogtreecommitdiff
path: root/devel/m4
diff options
context:
space:
mode:
authortron <tron>2010-07-21 11:57:52 +0000
committertron <tron>2010-07-21 11:57:52 +0000
commit0ab3e1b370f9db234d144b07ef2f7240ef0b5013 (patch)
treeaceca0594e9e788219060232a39f49d8f3ab9a5f /devel/m4
parentd973811b39383ef41a799a992b5f07c7b59d3f72 (diff)
downloadpkgsrc-0ab3e1b370f9db234d144b07ef2f7240ef0b5013.tar.gz
Fix build under Mac OS X which got broken by yesterday's
DragonFlyBSD's fixes.
Diffstat (limited to 'devel/m4')
-rw-r--r--devel/m4/distinfo4
-rw-r--r--devel/m4/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/m4/distinfo b/devel/m4/distinfo
index 4247fc23227..788a5d73a04 100644
--- a/devel/m4/distinfo
+++ b/devel/m4/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.30 2010/07/20 13:40:02 tnn Exp $
+$NetBSD: distinfo,v 1.31 2010/07/21 11:57:52 tron Exp $
SHA1 (m4-1.4.14.tar.gz) = 8bf68b7a072d68affaccd281138ec73aca23b954
RMD160 (m4-1.4.14.tar.gz) = 80c6a4a7ac22419777fe2890f05dfaaa5c53f946
Size (m4-1.4.14.tar.gz) = 1509355 bytes
SHA1 (patch-aa) = fc7fc68865763098060ee11f0c13fc57956ec820
-SHA1 (patch-ab) = a7cf3e8c6a8f325d8be44d75507dba8df54ba1fa
+SHA1 (patch-ab) = 0f81e31652b13a6d5dcb24b7e1e629f0950d10f3
diff --git a/devel/m4/patches/patch-ab b/devel/m4/patches/patch-ab
index a0a9c0b225b..9db441602eb 100644
--- a/devel/m4/patches/patch-ab
+++ b/devel/m4/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.9 2010/07/20 13:40:02 tnn Exp $
+$NetBSD: patch-ab,v 1.10 2010/07/21 11:57:52 tron Exp $
DragonFly PR pkg/43098
Upstream supposedly has a better fix for this for the next m4 release.
@@ -9,7 +9,7 @@ Upstream supposedly has a better fix for this for the next m4 release.
/* Flags to be set in the `posix_spawnattr_t'. */
-+#if !@HAVE_POSIX_SPAWN@
++#if !@HAVE_POSIX_SPAWN@ || defined(__APPLE__)
#if @REPLACE_POSIX_SPAWN@
/* Use the values from the system, for better compatibility. */
/* But this implementation does not support AIX extensions. */