diff options
Diffstat (limited to 'devel/codeworker/files/patch-CGRuntime.cpp')
-rw-r--r-- | devel/codeworker/files/patch-CGRuntime.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/codeworker/files/patch-CGRuntime.cpp b/devel/codeworker/files/patch-CGRuntime.cpp new file mode 100644 index 000000000000..150f98f5e641 --- /dev/null +++ b/devel/codeworker/files/patch-CGRuntime.cpp @@ -0,0 +1,13 @@ +--- CGRuntime.cpp.orig Wed Dec 31 09:56:40 2003 ++++ CGRuntime.cpp Wed Dec 31 09:57:16 2003 +@@ -60,6 +60,10 @@ + # endif
+ # include "UtlString.h" // for Debian/gcc 2.95.4
+ #endif
++ ++#if defined(__FreeBSD__) ++ extern char **environ; ++#endif +
+
+ #ifndef WIN32
|