diff options
author | gdt <gdt@pkgsrc.org> | 2021-02-04 14:43:30 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2021-02-04 14:43:30 +0000 |
commit | a1c56d1c44eee73175f50ed209520c8be1c73af2 (patch) | |
tree | 6014611cd7565000af6d66d79e4aa8290269ed1b /ham | |
parent | 740495e99045b6f2fb18fbc8abfa58b619eb352c (diff) | |
download | pkgsrc-a1c56d1c44eee73175f50ed209520c8be1c73af2.tar.gz |
ham/xlog: Drop patch that drops -Werror
This seems not necessary on NetBSD 9/amd64 with gcc.
(The patch was not documented and not filed upstream.)
Diffstat (limited to 'ham')
-rw-r--r-- | ham/xlog/distinfo | 3 | ||||
-rw-r--r-- | ham/xlog/patches/patch-configure | 15 |
2 files changed, 1 insertions, 17 deletions
diff --git a/ham/xlog/distinfo b/ham/xlog/distinfo index f8c3d8d6955..157ee5638fb 100644 --- a/ham/xlog/distinfo +++ b/ham/xlog/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.25 2021/02/04 14:10:07 gdt Exp $ +$NetBSD: distinfo,v 1.26 2021/02/04 14:43:30 gdt Exp $ SHA1 (xlog-2.0.20.tar.gz) = 38d7ab90dbae902581eb9e0f01ee0707458e57c8 RMD160 (xlog-2.0.20.tar.gz) = aaf37b7184f3487735f60628457baccb573cb777 SHA512 (xlog-2.0.20.tar.gz) = 50feaede582ea505021c5530efa702915f2ec6f64e4677055657adbaefca92b3b45b6c6fe5af8d65ed2ae38d0d0e4cda6782fa7781516b5263f738c90fb17c89 Size (xlog-2.0.20.tar.gz) = 11437051 bytes -SHA1 (patch-configure) = 862afdb3bb07faae6f1b84ab50398501f68ce545 SHA1 (patch-src_callbacks_mainwindow_qsoframe_c) = 354d979f0f591039df0377e640bdc76b6d4831a4 SHA1 (patch-src_dxcc_c) = 2fea7448ecd452064ff86ab228ec7490a0c187f3 SHA1 (patch-src_logfile_editest_c) = 803cec0af65e359eecfea6fc9e079899999a7529 diff --git a/ham/xlog/patches/patch-configure b/ham/xlog/patches/patch-configure deleted file mode 100644 index faa71fd0e26..00000000000 --- a/ham/xlog/patches/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-configure,v 1.2 2021/02/04 14:10:07 gdt Exp $ - -Do not use -Werror. - ---- configure.orig 2021-01-30 16:02:21.000000000 +0000 -+++ configure -@@ -4476,7 +4476,7 @@ done - - - if test "${ac_cv_c_compiler_gnu}" = "yes"; then -- CFLAGS="${CFLAGS} -Wno-deprecated-declarations -Wall -Wno-stringop-truncation -Wno-unused-but-set-variable -Werror" -+ CFLAGS="${CFLAGS} -Wno-deprecated-declarations -Wall -Wno-stringop-truncation -Wno-unused-but-set-variable" - fi - - |