Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2020 10:20:36 +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: r545520 - head/comms/qico/files
Message-ID:  <202008201020.07KAKa95048565@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Thu Aug 20 10:20:36 2020
New Revision: 545520
URL: https://svnweb.freebsd.org/changeset/ports/545520

Log:
  comms/qico: 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/comms/qico/files/
  head/comms/qico/files/patch-src_binkp.h   (contents, props changed)

Added: head/comms/qico/files/patch-src_binkp.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/qico/files/patch-src_binkp.h	Thu Aug 20 10:20:36 2020	(r545520)
@@ -0,0 +1,11 @@
+--- src/binkp.h.orig	2020-08-20 17:16:42 UTC
++++ src/binkp.h
+@@ -43,7 +43,7 @@
+ 
+ 
+ /* messages */
+-enum {
++static enum {
+     BPM_NONE = 99,		/* No available data */
+     BPM_DATA = 98,		/* Binary data */
+     BPM_NUL = 0,		/* Site information */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008201020.07KAKa95048565>