svn commit: r546844 - head/converters/psiconv/files

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 22:48:40 UTC 2020


Author: tcberner
Date: Fri Aug 28 22:48:39 2020
New Revision: 546844
URL: https://svnweb.freebsd.org/changeset/ports/546844

Log:
  converters/psiconv: fix build on recent current

Added:
  head/converters/psiconv/files/
  head/converters/psiconv/files/patch-program_psiconv_psiconv.c   (contents, props changed)
  head/converters/psiconv/files/patch-program_psiconv_psiconv.h   (contents, props changed)

Added: head/converters/psiconv/files/patch-program_psiconv_psiconv.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/converters/psiconv/files/patch-program_psiconv_psiconv.c	Fri Aug 28 22:48:39 2020	(r546844)
@@ -0,0 +1,11 @@
+--- program/psiconv/psiconv.c.orig	2020-08-28 22:46:41 UTC
++++ program/psiconv/psiconv.c
+@@ -44,6 +44,8 @@
+ #include "psiconv.h"
+ #include "gen.h"
+ 
++psiconv_list fileformat_list; /* of struct psiconv_fileformat */
++
+ static void print_help(void);
+ static void print_version(void);
+ static void strtoupper(char *str);

Added: head/converters/psiconv/files/patch-program_psiconv_psiconv.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/converters/psiconv/files/patch-program_psiconv_psiconv.h	Fri Aug 28 22:48:39 2020	(r546844)
@@ -0,0 +1,11 @@
+--- program/psiconv/psiconv.h.orig	2020-08-28 22:46:41 UTC
++++ program/psiconv/psiconv.h
+@@ -52,7 +52,7 @@ typedef struct fileformat_s {
+   output_function *output;
+ } *fileformat;
+ 
+-psiconv_list fileformat_list; /* of struct psiconv_fileformat */
++extern psiconv_list fileformat_list; /* of struct psiconv_fileformat */
+ 
+ 
+ #endif /* PSICONV_H */


More information about the svn-ports-head mailing list