diff options
author | mirabilos <tg@mirbsd.org> | 2018-11-11 21:24:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2018-11-21 19:06:15 +0100 |
commit | 48de36b68264624ac52b5bd1f77d5c884ecd5999 (patch) | |
tree | b6b8f79dd71a1eaf2af612687395bb9a45457570 /package | |
parent | 3205ddce348c3811fe2b69983d881ed1a02a15f1 (diff) |
update jupp package
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'package')
-rw-r--r-- | package/jupp/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package/jupp/Makefile b/package/jupp/Makefile index 47f9305bf..479def43a 100644 --- a/package/jupp/Makefile +++ b/package/jupp/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= jupp -PKG_VERSION:= 31 +PKG_VERSION:= 38 PKG_RELEASE:= 1 -PKG_HASH:= 1a50607b0417cf230f7b3609c091e71e8d8e91185a4a3897f7925cd3b44cceba +PKG_HASH:= c5cbe3f97683f6e513f611a60531feefb9b877f8cea4c6e9087b48631f69ed40 PKG_DESCR:= wordstar-inspired text editor PKG_SECTION:= app/editor PKG_URL:= https://www.mirbsd.org/jupp.htm @@ -27,12 +27,12 @@ $(eval $(call PKG_template,JUPP,jupp,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS XAKE_FLAGS+= sysconfjoesubdir=/jupp -ifeq (${ADK_PACKAGE_JUPP_CURSES},y) -# disable SELinux still -CONFIGURE_ENV+= ac_cv_search_is_selinux_enabled=no -else -# disable curses/termcap support, SELinux support -CONFIGURE_ARGS+= --disable-curses --disable-termcap --disable-search-libs +# not available +CONFIGURE_ARGS+= --disable-selinux + +ifneq (${ADK_PACKAGE_JUPP_CURSES},y) +# disable curses/termcap support +CONFIGURE_ARGS+= --disable-curses --disable-termcap --disable-terminfo endif # necessary workaround for GNU libc |