From 2cc06739443a9f500dcd1307ea29e0f3e376df86 Mon Sep 17 00:00:00 2001 From: Eugene Grosbein Date: Thu, 20 Aug 2020 10:09:48 +0000 Subject: misc/deco: fix build with -fno-common (clang 11 and gcc 10) PORTREVISION not bumped as it fixes build for FreeBSD 13. Reported by: pkg-fallout --- misc/deco/files/patch-env.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 misc/deco/files/patch-env.h (limited to 'misc/deco/files/patch-env.h') diff --git a/misc/deco/files/patch-env.h b/misc/deco/files/patch-env.h new file mode 100644 index 000000000000..0b2186767f60 --- /dev/null +++ b/misc/deco/files/patch-env.h @@ -0,0 +1,8 @@ +--- env.h.orig 1997-07-12 16:29:23 UTC ++++ 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); -- cgit v1.2.3