summaryrefslogtreecommitdiff
path: root/devel/m4
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-11-01 09:49:20 +0000
committerryoon <ryoon@pkgsrc.org>2013-11-01 09:49:20 +0000
commitbd8d277709b2ba70aee8e53125349c4e3a0f96e5 (patch)
tree340db7caca359908751b09bdb3b0ac6b543a2247 /devel/m4
parentd81397b4688182adfc3965c4458a1393d25bb690 (diff)
downloadpkgsrc-bd8d277709b2ba70aee8e53125349c4e3a0f96e5.tar.gz
Fix build on DragonFly 3.4.3
Diffstat (limited to 'devel/m4')
-rw-r--r--devel/m4/distinfo3
-rw-r--r--devel/m4/patches/patch-lib_fpending.h15
2 files changed, 17 insertions, 1 deletions
diff --git a/devel/m4/distinfo b/devel/m4/distinfo
index 2ff86007b58..690b3362e76 100644
--- a/devel/m4/distinfo
+++ b/devel/m4/distinfo
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.39 2013/10/29 17:34:04 jklos Exp $
+$NetBSD: distinfo,v 1.40 2013/11/01 09:49:20 ryoon Exp $
SHA1 (m4-1.4.17.tar.gz) = 4f80aed6d8ae3dacf97a0cb6e989845269e342f0
RMD160 (m4-1.4.17.tar.gz) = d81675f1d358ce5eee27184a9d946acfc97a912b
Size (m4-1.4.17.tar.gz) = 1820658 bytes
SHA1 (patch-ab) = 9e9527cdd4b7ba3501d603f0e5ca60c2150e4359
SHA1 (patch-isnan.c) = a960f35e5168bed47c5924e36bfb254dc1a44621
+SHA1 (patch-lib_fpending.h) = 6f29893c24b03916200f36867ad30ba101f8ef16
SHA1 (patch-lib_stdio.in.h) = cc5a8572e274b576a154c7a6b14f0a14de5abacd
diff --git a/devel/m4/patches/patch-lib_fpending.h b/devel/m4/patches/patch-lib_fpending.h
new file mode 100644
index 00000000000..4ce724397ab
--- /dev/null
+++ b/devel/m4/patches/patch-lib_fpending.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_fpending.h,v 1.1 2013/11/01 09:49:20 ryoon Exp $
+
+https://github.com/jrmarino/DPorts/blob/9d9256e3b72a1273339bce4b68878e64b6fadcde/devel/m4/dragonfly/patch-lib_fpending.h
+
+--- lib/fpending.h.orig 2013-09-22 06:15:20.000000000 +0000
++++ lib/fpending.h
+@@ -24,6 +24,8 @@
+ # include <stdio_ext.h>
+ #endif
+
++#ifndef __DragonFly__
+ #ifndef __fpending
+ size_t __fpending (FILE *);
+ #endif
++#endif