summaryrefslogtreecommitdiff
path: root/audio/pd/patches
diff options
context:
space:
mode:
authorsbd <sbd>2012-02-05 21:55:15 +0000
committersbd <sbd>2012-02-05 21:55:15 +0000
commite1997dd5e7a62d5dbd023d1aa665224db7ac1067 (patch)
tree2cccd241717213de3b7fb640a416bff87b7fef12 /audio/pd/patches
parentcc698ec5588a79cc7d84ff9236979ddb10430b11 (diff)
downloadpkgsrc-e1997dd5e7a62d5dbd023d1aa665224db7ac1067.tar.gz
Spellcheck '#elsif' -> '#elif'
Diffstat (limited to 'audio/pd/patches')
-rw-r--r--audio/pd/patches/patch-extra_bonk~_bonk~.c4
-rw-r--r--audio/pd/patches/patch-extra_sigmund~_sigmund~.c4
-rw-r--r--audio/pd/patches/patch-src_m__binbuf.c4
-rw-r--r--audio/pd/patches/patch-src_s__utf8.c4
-rw-r--r--audio/pd/patches/patch-src_x__list.c4
5 files changed, 10 insertions, 10 deletions
diff --git a/audio/pd/patches/patch-extra_bonk~_bonk~.c b/audio/pd/patches/patch-extra_bonk~_bonk~.c
index 3ed8b90e3db..138e2696af6 100644
--- a/audio/pd/patches/patch-extra_bonk~_bonk~.c
+++ b/audio/pd/patches/patch-extra_bonk~_bonk~.c
@@ -1,4 +1,4 @@
-$NetBSD: patch-extra_bonk~_bonk~.c,v 1.2 2011/10/05 20:02:48 wiz Exp $
+$NetBSD: patch-extra_bonk~_bonk~.c,v 1.3 2012/02/05 21:55:15 sbd Exp $
alloca.h is not portable.
https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478072
@@ -14,7 +14,7 @@ https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478
-#elif ! defined(_MSC_VER)
+#if defined(HAVE_ALLOCA_H)
#include <alloca.h>
-+#elsif defined(HAVE_MALLOC_H)
++#elif defined(HAVE_MALLOC_H)
+#include <malloc.h>
#endif
diff --git a/audio/pd/patches/patch-extra_sigmund~_sigmund~.c b/audio/pd/patches/patch-extra_sigmund~_sigmund~.c
index 777687b0b13..c73511b9f6d 100644
--- a/audio/pd/patches/patch-extra_sigmund~_sigmund~.c
+++ b/audio/pd/patches/patch-extra_sigmund~_sigmund~.c
@@ -1,4 +1,4 @@
-$NetBSD: patch-extra_sigmund~_sigmund~.c,v 1.2 2011/10/05 20:02:48 wiz Exp $
+$NetBSD: patch-extra_sigmund~_sigmund~.c,v 1.3 2012/02/05 21:55:15 sbd Exp $
alloca.h is not portable.
https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478072
@@ -14,7 +14,7 @@ https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478
-#elif ! defined(_MSC_VER)
+#if defined(HAVE_ALLOCA_H)
#include <alloca.h>
-+#elsif defined(HAVE_MALLOC_H)
++#elif defined(HAVE_MALLOC_H)
+#include <malloc.h>
#endif
#include <stdlib.h>
diff --git a/audio/pd/patches/patch-src_m__binbuf.c b/audio/pd/patches/patch-src_m__binbuf.c
index b07b0400a46..bc73ecc2d32 100644
--- a/audio/pd/patches/patch-src_m__binbuf.c
+++ b/audio/pd/patches/patch-src_m__binbuf.c
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_m__binbuf.c,v 1.2 2011/10/05 20:02:48 wiz Exp $
+$NetBSD: patch-src_m__binbuf.c,v 1.3 2012/02/05 21:55:15 sbd Exp $
alloca.h is not portable.
https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478072
@@ -14,7 +14,7 @@ https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478
-#else
+#if defined(HAVE_ALLOCA_H)
#include <alloca.h>
-+#elsif defined(HAVE_MALLOC_H)
++#elif defined(HAVE_MALLOC_H)
+#include <malloc.h>
#endif
#if HAVE_ALLOCA
diff --git a/audio/pd/patches/patch-src_s__utf8.c b/audio/pd/patches/patch-src_s__utf8.c
index d135cfb7f06..96381f4ae53 100644
--- a/audio/pd/patches/patch-src_s__utf8.c
+++ b/audio/pd/patches/patch-src_s__utf8.c
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_s__utf8.c,v 1.2 2011/10/05 20:02:48 wiz Exp $
+$NetBSD: patch-src_s__utf8.c,v 1.3 2012/02/05 21:55:15 sbd Exp $
alloca.h is not portable.
https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478072
@@ -14,7 +14,7 @@ https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478
-#else
+#if defined(HAVE_ALLOCA_H)
#include <alloca.h>
-+#elsif defined(HAVE_MALLOC_H)
++#elif defined(HAVE_MALLOC_H)
+#include <malloc.h>
#endif
diff --git a/audio/pd/patches/patch-src_x__list.c b/audio/pd/patches/patch-src_x__list.c
index 978be29fe03..29258ec04fb 100644
--- a/audio/pd/patches/patch-src_x__list.c
+++ b/audio/pd/patches/patch-src_x__list.c
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_x__list.c,v 1.2 2011/10/05 20:02:48 wiz Exp $
+$NetBSD: patch-src_x__list.c,v 1.3 2012/02/05 21:55:15 sbd Exp $
alloca.h is not portable.
https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478072
@@ -14,7 +14,7 @@ https://sourceforge.net/tracker/?func=detail&aid=3411730&group_id=55736&atid=478
-#else
+#if defined(HAVE_ALLOCA_H)
#include <alloca.h>
-+#elsif defined(HAVE_MALLOC_H)
++#elif defined(HAVE_MALLOC_H)
+#include <malloc.h>
#endif