ports/textproc/zoem/patches/patch-src_version_h

12 lines
206 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Fix for -fno-common
Index: src/version.h
--- src/version.h.orig
+++ src/version.h
@@ -1,4 +1,4 @@
#ifndef zoem_version_h__
#define zoem_version_h__
-char *zoemDateTag;
+extern char *zoemDateTag;
#endif