svn commit: r546772 - head/emulators/cpmtools/files
Tobias C. Berner
tcberner at FreeBSD.org
Fri Aug 28 17:58:00 UTC 2020
Author: tcberner
Date: Fri Aug 28 17:57:59 2020
New Revision: 546772
URL: https://svnweb.freebsd.org/changeset/ports/546772
Log:
emulators/cpmtools: fix build on recent current
Added:
head/emulators/cpmtools/files/patch-src_gensktab.c (contents, props changed)
Added: head/emulators/cpmtools/files/patch-src_gensktab.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/emulators/cpmtools/files/patch-src_gensktab.c Fri Aug 28 17:57:59 2020 (r546772)
@@ -0,0 +1,11 @@
+--- src/gensktab.c.orig 2020-08-28 17:56:24 UTC
++++ src/gensktab.c
+@@ -2,7 +2,7 @@
+ #include <stdio.h>
+ #include "cpmio.h"
+
+-int skew;
++extern int skew;
+ int *skewtab;
+
+ /*
More information about the svn-ports-all
mailing list