aboutsummaryrefslogtreecommitdiff
path: root/comms/qico
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2020-08-20 10:20:36 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2020-08-20 10:20:36 +0000
commit1c6a1b94876158da5c0886191b48040dd40c0faa (patch)
tree3970bd575b1d0c8088b264957a774cc1c44dd899 /comms/qico
parent2cc06739443a9f500dcd1307ea29e0f3e376df86 (diff)
downloadports-1c6a1b94876158da5c0886191b48040dd40c0faa.tar.gz
ports-1c6a1b94876158da5c0886191b48040dd40c0faa.zip
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
Notes
Notes: svn path=/head/; revision=545520
Diffstat (limited to 'comms/qico')
-rw-r--r--comms/qico/files/patch-src_binkp.h11
1 files changed, 11 insertions, 0 deletions
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 */