summaryrefslogtreecommitdiff
path: root/devel/global
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1999-04-26 18:34:42 +0000
committergarbled <garbled@pkgsrc.org>1999-04-26 18:34:42 +0000
commit5f1925c4f514bb9f934e9764ef30ae451a5d5ed5 (patch)
tree63e82721283572763755b896ad23b08860fcb2a4 /devel/global
parent94df71c874ee04eee336da7b5f6d483c08a9dba7 (diff)
downloadpkgsrc-5f1925c4f514bb9f934e9764ef30ae451a5d5ed5.tar.gz
Fix some minor LP64 warnings that are treated as errors. Compiles
on alpha now.
Diffstat (limited to 'devel/global')
-rw-r--r--devel/global/patches/patch-ab11
-rw-r--r--devel/global/patches/patch-ac11
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/global/patches/patch-ab b/devel/global/patches/patch-ab
new file mode 100644
index 00000000000..801e00fa24c
--- /dev/null
+++ b/devel/global/patches/patch-ab
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.1 1999/04/26 18:34:42 garbled Exp $
+--- lib/mgets.c.orig Mon Apr 26 10:57:56 1999
++++ lib/mgets.c Mon Apr 26 10:58:24 1999
+@@ -34,6 +34,7 @@
+ #include <ctype.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+
+ #include "die.h"
+ #include "mgets.h"
diff --git a/devel/global/patches/patch-ac b/devel/global/patches/patch-ac
new file mode 100644
index 00000000000..b590eeba443
--- /dev/null
+++ b/devel/global/patches/patch-ac
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.1 1999/04/26 18:34:42 garbled Exp $
+--- lib/getdbpath.c.orig Mon Apr 26 11:02:00 1999
++++ lib/getdbpath.c Mon Apr 26 11:02:21 1999
+@@ -37,6 +37,7 @@
+
+ #include <unistd.h>
+ #include <stdlib.h>
++#include <string.h>
+
+ #include "die.h"
+ #include "getdbpath.h"