diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2017-11-08 08:17:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-11 07:07:28 +0700 |
commit | e831fe3645f45de697308e7bb8bf125918ae6125 (patch) | |
tree | 88326ed0a978a1c020b3b732accf1b6988804f75 /system/hh/hh.SlackBuild | |
parent | 1c0ceffd64d46fa57fff02731d978346010d776d (diff) |
system/hh: Updated for version 1.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/hh/hh.SlackBuild')
-rw-r--r-- | system/hh/hh.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/hh/hh.SlackBuild b/system/hh/hh.SlackBuild index 866112bd1197c..843b639aedf4a 100644 --- a/system/hh/hh.SlackBuild +++ b/system/hh/hh.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hh -VERSION=${VERSION:-1.22} +VERSION=${VERSION:-1.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGNAM=hstr @@ -71,7 +71,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/configure.patch autoreconf -vis CFLAGS="$SLKCFLAGS" \ @@ -86,6 +85,9 @@ ac_cv_func_malloc_0_nonnull=yes \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux +# Reserved for next Slackware release +#sed -i 's/lncursesw/lncursesw -ltinfo/g' src/Makefile + make make install DESTDIR=$PKG |