summaryrefslogtreecommitdiff
path: root/devel/gettext/patches/patch-am
blob: 8e39a19a5a5217d6fb159f20dd1e1e5e726f944e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-am,v 1.1 2004/10/13 17:14:36 gavan Exp $

--- lib/execute.c.orig	2002-01-02 10:55:32.000000000 +0000
+++ lib/execute.c
@@ -56,6 +56,10 @@
 # define STDERR_FILENO 2
 #endif
 
+#ifndef HAVE_ENVIRON_DECL
+extern char **environ;
+#endif
+
 #define _(str) gettext (str)