diff options
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 866112bd11..843b639aed 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 |