Date: Fri, 28 Aug 2020 22:48:40 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546844 - head/converters/psiconv/files Message-ID: <202008282248.07SMmeox095575@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008282248.07SMmeox095575>