Date: Thu, 20 Aug 2020 10:32:50 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545522 - head/misc/pinfo/files Message-ID: <202008201032.07KAWos8060703@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eugen Date: Thu Aug 20 10:32:50 2020 New Revision: 545522 URL: https://svnweb.freebsd.org/changeset/ports/545522 Log: misc/pinfo: fix build with -fno-common (clang 11 and gcc 10) PORTREVISION not bumped as it fixes build for FreeBSD 13. Reported by: pkg-fallout Added: head/misc/pinfo/files/patch-parse_config.h (contents, props changed) Added: head/misc/pinfo/files/patch-parse_config.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/pinfo/files/patch-parse_config.h Thu Aug 20 10:32:50 2020 (r545522) @@ -0,0 +1,11 @@ +--- src/parse_config.h.orig 2020-08-21 00:28:18.377783000 +0700 ++++ src/parse_config.h 2020-08-21 00:28:12.579209000 +0700 +@@ -85,7 +85,7 @@ + colours; + #endif /* NO_COLOR_CURSES */ + +-int use_manual; ++extern int use_manual; + + int parse_config (void); + int parse_line (char *line);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008201032.07KAWos8060703>