aboutsummaryrefslogtreecommitdiff
path: root/news/cnews
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2020-05-04 11:11:11 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2020-05-04 11:11:11 +0000
commit748d7f291a420935859239bc4d1b326404a67c38 (patch)
tree9fb99b1e82e4e2102c3edf8f23d64b7c220f4605 /news/cnews
parent55fa77b71976d4312419a0c4e63169392faf49bc (diff)
downloadports-748d7f291a420935859239bc4d1b326404a67c38.tar.gz
ports-748d7f291a420935859239bc4d1b326404a67c38.zip
- fix build with -fno-common
Notes
Notes: svn path=/head/; revision=533914
Diffstat (limited to 'news/cnews')
-rw-r--r--news/cnews/files/patch-mkinperm.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/news/cnews/files/patch-mkinperm.c b/news/cnews/files/patch-mkinperm.c
new file mode 100644
index 000000000000..4637398fce2c
--- /dev/null
+++ b/news/cnews/files/patch-mkinperm.c
@@ -0,0 +1,11 @@
+--- libcnews/mkinperm.c.orig 2020-05-02 08:20:33 UTC
++++ libcnews/mkinperm.c
+@@ -24,7 +24,7 @@
+ #endif
+
+ int mkinpdebug = 0;
+-const char *progname;
++extern const char *progname;
+
+ int /* true iff succeeded */
+ mkinperm(tmpname, grade, class)