summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortron <tron>2013-06-14 14:46:37 +0000
committertron <tron>2013-06-14 14:46:37 +0000
commit658a01ad08d7b926f4e6b5f31d9d7e56f769623e (patch)
tree0f33fef74ac2b51f58999aefc0d3df7b9bec796f /lang
parentb82c0895c0c58800a1b6b20a3145de81d0113c2c (diff)
downloadpkgsrc-658a01ad08d7b926f4e6b5f31d9d7e56f769623e.tar.gz
Fix build under Mac OS X (Mountain Lion).
Diffstat (limited to 'lang')
-rw-r--r--lang/nawk/files/b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nawk/files/b.c b/lang/nawk/files/b.c
index 425bc2f96b9..1c65b16a497 100644
--- a/lang/nawk/files/b.c
+++ b/lang/nawk/files/b.c
@@ -1,4 +1,4 @@
-/* $NetBSD: b.c,v 1.1 2006/07/14 14:23:06 jlam Exp $ */
+/* $NetBSD: b.c,v 1.2 2013/06/14 14:46:37 tron Exp $ */
/****************************************************************
Copyright (C) Lucent Technologies 1997
@@ -720,7 +720,7 @@ Node *unary(Node *np)
* to nelson beebe for the suggestion; let's see if it works everywhere.
*/
-#ifndef HAS_ISBLANK
+#if !defined(HAS_ISBLANK) && !defined(__APPLE__)
int (isblank)(int c)
{