summaryrefslogtreecommitdiffstats
path: root/ham/lpsk31
diff options
context:
space:
mode:
author JK Wood <joshuakwood@gmail.com>2022-02-12 15:34:42 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-14 08:06:52 +0700
commit704bb4a1315b268ffdb1ebdcb0cfc103e748d99b (patch)
tree4727219f88c11eda6150396f746d56173b7b3ec5 /ham/lpsk31
parent7cac6f85a79cdc9d56f78a5afc341230e74553cd (diff)
downloadslackbuilds-704bb4a1315b268ffdb1ebdcb0cfc103e748d99b.tar.gz
slackbuilds-704bb4a1315b268ffdb1ebdcb0cfc103e748d99b.tar.xz
ham/lpsk31: Use -fcommon. Fix README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/lpsk31')
-rw-r--r--ham/lpsk31/README20
-rw-r--r--ham/lpsk31/lpsk31.SlackBuild5
2 files changed, 13 insertions, 12 deletions
diff --git a/ham/lpsk31/README b/ham/lpsk31/README
index b0884fe689..bc2cb408e2 100644
--- a/ham/lpsk31/README
+++ b/ham/lpsk31/README
@@ -1,9 +1,11 @@
-lpsk31 is a ncurses console application for ham radio communications in the
-popular PSK31 digital mode. lpsk31 uses only integer arithmetic for both
-signal detection and audio tone synthesis, so that it needs no floating point
-calculations for its operation. lpsk31 can keep a log of QSO's in text and
-ADIF format as well as a raw log of all that is typed in the transmit window
-or displayed in the receive window. Some QSO data (signal strength and
-frequency) can be acquired automatically via a CAT interface from the
-transceiver itself, if it is an FT847. Unfortunately there is no CAT for other
-types of transceiver since I had problems using Hamlib.
+lpsk31 is a ncurses console application for ham radio communications in
+the popular PSK31 digital mode. lpsk31 uses only integer arithmetic for
+both signal detection and audio tone synthesis, so that it needs no
+floating point calculations for its operation.
+
+lpsk31 can keep a log of QSO's in text and ADIF format as well as a raw
+log of all that is typed in the transmit window or displayed in the
+receive window. Some QSO data (signal strength and frequency) can be
+acquired automatically via a CAT interface from the transceiver itself,
+if it is an FT847. Unfortunately there is no CAT for other types of
+transceiver since I had problems using Hamlib.
diff --git a/ham/lpsk31/lpsk31.SlackBuild b/ham/lpsk31/lpsk31.SlackBuild
index da01411c8f..c3a0e94433 100644
--- a/ham/lpsk31/lpsk31.SlackBuild
+++ b/ham/lpsk31/lpsk31.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lpsk31
VERSION=${VERSION:-1.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -80,8 +80,7 @@ find -L . \
# Fix home directory screwballery
patch -p0 < $CWD/Makefile.patch
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -fcommon" \
make
mkdir -p $PKG/usr/bin