fldigi: update to 4.1.22.
This commit is contained in:
parent
ff9279fc39
commit
8d434f8b58
|
@ -0,0 +1,16 @@
|
|||
unused, causes fail on musl
|
||||
|
||||
upstreamed in https://sourceforge.net/p/fldigi/fldigi/merge-requests/5/
|
||||
|
||||
--- a/src/cmedia/cmedia.cxx
|
||||
+++ b/src/cmedia/cmedia.cxx
|
||||
@@ -41,9 +41,6 @@
|
||||
#ifndef __WIN32__
|
||||
#include <termios.h>
|
||||
#include <glob.h>
|
||||
-# ifndef __APPLE__
|
||||
-# include <error.h>
|
||||
-# endif
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'fldigi'
|
||||
pkgname=fldigi
|
||||
version=4.1.18
|
||||
version=4.1.22
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -11,4 +11,4 @@ maintainer="Andy Cobaugh <andrew.cobaugh@gmail.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.w1hkj.com"
|
||||
distfiles="http://www.w1hkj.com/files/fldigi/fldigi-${version}.tar.gz"
|
||||
checksum=3c7fd84ab3a84ba4525b251e9d56120daee626a3831684a974fdad476f90270d
|
||||
checksum=0b146f3cec9d51b0c3000edda416041b49d6de4216a331a3a008a91ec2c731fe
|
||||
|
|
Loading…
Reference in New Issue