summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-radio/wsjtx: Fix compiler flags for OpenMPThomas Beierlein2020-09-081-0/+20
| | | | | | | | | | | | Due to the mixed compiler suite - clang/clang++ for c/c++ and gfortran for fortran files - the ebuild needs different flag settings for OpenMP. Unfortunately the build system has no clear distinction between the different set of compiler flags. That gets fixed here. Closes: https://bugs.gentoo.org/740292 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* media-radio/wsjtx: Fix build error on unstable systemThomas Beierlein2020-07-091-0/+11
| | | | | | | | | Drop '-Werror' flag which aborts build due to reported 'deprecated' funcntions in >= qt5.15 CLOSES: https://bugs.gentoo.org/731648 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* media-radio/wsjtx: Fix build with QT_VERSION >= 5.14Thomas Beierlein2020-04-121-0/+20
| | | | | Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* media-radio/wsjtx: Fix build of documentationThomas Beierlein2019-07-242-0/+32
| | | | | | | | | - drop unicode characters from man pages source - fix DOCDIR - fix installation of DOCS Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* media-radio/wsjtx: Version bumpThomas Beierlein2019-04-101-0/+12
Closes: https://bugs.gentoo.org/679652 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>