summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/deco/Makefile2
-rw-r--r--misc/deco/files/patch-env.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/deco/Makefile b/misc/deco/Makefile
index 06f11e4d0a6a..70af0d472e2f 100644
--- a/misc/deco/Makefile
+++ b/misc/deco/Makefile
@@ -3,7 +3,7 @@
PORTNAME= deco
PORTVERSION= 3.9
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= misc
MASTER_SITES= SF/${PORTNAME}/Deco%20Sources/${PORTVERSION}
PKGNAMESUFFIX= -misc
diff --git a/misc/deco/files/patch-env.h b/misc/deco/files/patch-env.h
index 0b2186767f60..ae16ed0ba03a 100644
--- a/misc/deco/files/patch-env.h
+++ b/misc/deco/files/patch-env.h
@@ -2,7 +2,7 @@
+++ env.h
@@ -1,4 +1,4 @@
-char **EnvVector;
-+static char **EnvVector;
++extern char **EnvVector;
void EnvInit (char **env);
char *EnvGet (char *name);
void EnvPut (char *name, char *value);