diff options
-rw-r--r-- | misc/rlwrap/rlwrap.SlackBuild | 10 | ||||
-rw-r--r-- | misc/rlwrap/rlwrap.info | 6 |
2 files changed, 12 insertions, 4 deletions
diff --git a/misc/rlwrap/rlwrap.SlackBuild b/misc/rlwrap/rlwrap.SlackBuild index d1b8e2bb69..967314eec5 100644 --- a/misc/rlwrap/rlwrap.SlackBuild +++ b/misc/rlwrap/rlwrap.SlackBuild @@ -10,7 +10,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rlwrap -VERSION=${VERSION:-0.46.2} +VERSION=${VERSION:-0.47.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -63,9 +63,17 @@ find -L . \ autoreconf -vif +PTYTTYOPT="--without-libptytty" +if pkg-config --exists libptytty > /dev/null 2>&1 ; then + # libptytty was added to current + # Thu Jul 20 19:55:25 UTC 2023 + PTYTTYOPT="" +fi + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ + $PTYTTYOPT \ --prefix=/usr \ --mandir=/usr/man \ --build=$ARCH-slackware-linux diff --git a/misc/rlwrap/rlwrap.info b/misc/rlwrap/rlwrap.info index fc862456d1..6954133d87 100644 --- a/misc/rlwrap/rlwrap.info +++ b/misc/rlwrap/rlwrap.info @@ -1,8 +1,8 @@ PRGNAM="rlwrap" -VERSION="0.46.2" +VERSION="0.47.1" HOMEPAGE="https://github.com/hanslub42/rlwrap" -DOWNLOAD="https://github.com/hanslub42/rlwrap/archive/v0.46.2/rlwrap-0.46.2.tar.gz" -MD5SUM="40528db6d0ed6bb3ca4409e9f1ef33ad" +DOWNLOAD="https://github.com/hanslub42/rlwrap/archive/v0.47.1/rlwrap-0.47.1.tar.gz" +MD5SUM="edf41a6d9457432c6e4d62bb418e7c14" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |