Patches regenerated to fix offsets.
WANTLIB was missing util. Spotted by kirby@
This commit is contained in:
parent
ce07e932b4
commit
8490ed4a01
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.65 2019/01/30 08:27:01 solene Exp $
|
||||
# $OpenBSD: Makefile,v 1.66 2019/01/30 12:49:47 solene Exp $
|
||||
|
||||
COMMENT= free Norton Commander clone with many useful features
|
||||
|
||||
DISTNAME= mc-4.8.22
|
||||
CATEGORIES= misc
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= https://www.midnight-commander.org/
|
||||
MASTER_SITES= ${HOMEPAGE}downloads/
|
||||
@ -15,7 +16,7 @@ EXTRACT_SUFX= .tar.xz
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += c curses iconv intl m pcre pthread glib-2.0 gmodule-2.0 slang
|
||||
WANTLIB += crypto ssl z ssh2
|
||||
WANTLIB += crypto ssl z ssh2 util
|
||||
|
||||
SEPARATE_BUILD= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-configure,v 1.17 2018/06/26 14:32:28 kirby Exp $
|
||||
$OpenBSD: patch-configure,v 1.18 2019/01/30 12:49:47 solene Exp $
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -16517,7 +16517,7 @@ if ${ac_cv_lib_slang_SLang_init_tty+:} false; then :
|
||||
@@ -16394,7 +16394,7 @@ if ${ac_cv_lib_slang_SLang_init_tty+:} false; then :
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
@ -11,7 +11,7 @@ Index: configure
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
|
||||
@@ -27822,7 +27822,7 @@ done
|
||||
@@ -27923,7 +27923,7 @@ done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
@ -20,7 +20,7 @@ Index: configure
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
@@ -27863,7 +27863,7 @@ done
|
||||
@@ -27964,7 +27964,7 @@ done
|
||||
done
|
||||
IFS=$as_save_IFS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user