mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
09a043183d
- Trim Makefile header PR: ports/174808 (based on) Submitted by: Andrea Venturoli <ml@netfence.it> (maintainer)
12 lines
258 B
C++
12 lines
258 B
C++
--- HttpRequest.cpp.orig 2011-07-17 10:06:09.000000000 +0200
|
|
+++ HttpRequest.cpp 2012-12-29 14:17:14.000000000 +0100
|
|
@@ -44,6 +44,8 @@
|
|
namespace SOCKETS_NAMESPACE {
|
|
#endif
|
|
|
|
+extern char**environ;
|
|
+
|
|
#ifdef _DEBUG
|
|
#define DEB(x) x; fflush(stderr);
|
|
#else
|