summaryrefslogtreecommitdiff
path: root/devel/m4/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2010-07-21 11:57:52 +0000
committertron <tron@pkgsrc.org>2010-07-21 11:57:52 +0000
commitc21f406a9215af0face30b1611dcadf0bf280753 (patch)
treeaceca0594e9e788219060232a39f49d8f3ab9a5f /devel/m4/patches
parent6d67c7b4222948788f418ce01fd404d6151286a7 (diff)
downloadpkgsrc-c21f406a9215af0face30b1611dcadf0bf280753.tar.gz
Fix build under Mac OS X which got broken by yesterday's
DragonFlyBSD's fixes.
Diffstat (limited to 'devel/m4/patches')
-rw-r--r--devel/m4/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
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. */