SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
misc/deco/patches/patch-env_h
Normal file
11
misc/deco/patches/patch-env_h
Normal file
|
@ -0,0 +1,11 @@
|
|||
Fix -fno-common build failure.
|
||||
|
||||
Index: env.h
|
||||
--- env.h.orig
|
||||
+++ env.h
|
||||
@@ -1,4 +1,4 @@
|
||||
-char **EnvVector;
|
||||
+static char **EnvVector;
|
||||
void EnvInit (char **env);
|
||||
char *EnvGet (char *name);
|
||||
void EnvPut (char *name, char *value);
|
Loading…
Add table
Add a link
Reference in a new issue