SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
x11/nx/nxcomp/patches/patch-Children_cpp
Normal file
11
x11/nx/nxcomp/patches/patch-Children_cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Children.cpp.orig Mon Mar 1 18:18:59 2010
|
||||
+++ Children.cpp Wed Feb 23 12:28:35 2011
|
||||
@@ -1021,7 +1021,7 @@ int UnsetEnv(const char *name)
|
||||
|
||||
#else
|
||||
|
||||
- #ifdef __APPLE__
|
||||
+ #if defined(__APPLE__) || defined(__OpenBSD__)
|
||||
|
||||
unsetenv(name);
|
||||
result = 0;
|
Loading…
Add table
Add a link
Reference in a new issue