summaryrefslogtreecommitdiff
path: root/ham/xlog
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-12-09 10:12:14 +0000
committernia <nia@pkgsrc.org>2020-12-09 10:12:14 +0000
commit379c16a5a39d147c06c1a912501e31c68b4c04b6 (patch)
tree3e6c0051170ff342021e786b0d6ac710de938209 /ham/xlog
parent1e767ecb182d7811a52c3d75afdaec19d0274d3d (diff)
downloadpkgsrc-379c16a5a39d147c06c1a912501e31c68b4c04b6.tar.gz
xlog: Do not use -Werror. Fixes build with gcc9.
Diffstat (limited to 'ham/xlog')
-rw-r--r--ham/xlog/distinfo3
-rw-r--r--ham/xlog/patches/patch-configure15
2 files changed, 17 insertions, 1 deletions
diff --git a/ham/xlog/distinfo b/ham/xlog/distinfo
index 7915a880301..d707dd79b16 100644
--- a/ham/xlog/distinfo
+++ b/ham/xlog/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.23 2020/04/20 22:54:53 mef Exp $
+$NetBSD: distinfo,v 1.24 2020/12/09 10:12:14 nia Exp $
SHA1 (xlog-2.0.19.tar.gz) = 4ec716e741c19bd7a52308a53997a6f34ea0ca1e
RMD160 (xlog-2.0.19.tar.gz) = 82d63f1824d27bff3364670e376cba939836f45e
SHA512 (xlog-2.0.19.tar.gz) = b69e592f97fbfbd989378a2b74036f4a169be3ca1f5b7ba8715e3a5293f1efbdbc431b0c09a305c2ca0190953777010a9d9a9b53caea8eb26609111b4f7da40b
Size (xlog-2.0.19.tar.gz) = 11431541 bytes
+SHA1 (patch-configure) = 53d257db7dd9185b86cd9ab8c1a3bffff7978efd
SHA1 (patch-src_callbacks_mainwindow_qsoframe_c) = 354d979f0f591039df0377e640bdc76b6d4831a4
SHA1 (patch-src_dxcc_c) = 2fea7448ecd452064ff86ab228ec7490a0c187f3
SHA1 (patch-src_log.c) = a7f33aebece54b97ac635883eeeddad49bdb8801
diff --git a/ham/xlog/patches/patch-configure b/ham/xlog/patches/patch-configure
new file mode 100644
index 00000000000..5f2b13092ac
--- /dev/null
+++ b/ham/xlog/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2020/12/09 10:12:14 nia Exp $
+
+Do not use -Werror.
+
+--- configure.orig 2020-04-19 10:56:08.000000000 +0000
++++ configure
+@@ -4476,7 +4476,7 @@ done
+
+
+ if test "${ac_cv_c_compiler_gnu}" = "yes"; then
+- CFLAGS="${CFLAGS} -Wall -Wno-stringop-truncation -Wno-unused-but-set-variable -Werror"
++ CFLAGS="${CFLAGS} -Wall -Wno-stringop-truncation -Wno-unused-but-set-variable"
+ fi
+
+