From 1c6a1b94876158da5c0886191b48040dd40c0faa Mon Sep 17 00:00:00 2001 From: Eugene Grosbein Date: Thu, 20 Aug 2020 10:20:36 +0000 Subject: 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 --- comms/qico/files/patch-src_binkp.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 comms/qico/files/patch-src_binkp.h (limited to 'comms/qico') diff --git a/comms/qico/files/patch-src_binkp.h b/comms/qico/files/patch-src_binkp.h new file mode 100644 index 000000000000..d784632fad80 --- /dev/null +++ b/comms/qico/files/patch-src_binkp.h @@ -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 */ -- cgit v1.2.3