Use --disable-utf8proc instead of ac_cv_lib_utf8proc_utf8proc_version
Upstream fixed this with irssi 1.2.1; bump REVISION just to be sure.
This commit is contained in:
parent
d7483e904c
commit
cb9bb50a25
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.91 2020/05/27 10:58:45 kn Exp $
|
||||
# $OpenBSD: Makefile,v 1.92 2020/05/27 11:08:51 kn Exp $
|
||||
|
||||
MULTI_PACKAGES = -main -otr
|
||||
|
||||
@ -10,7 +10,7 @@ DISTNAME = irssi-$V
|
||||
PKGSPEC-main = irssi-=$V
|
||||
PKGNAME-main = irssi-$V
|
||||
PKGNAME-otr = irssi-otr-$V
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
|
||||
PATCHFILES = glib-2-63.patch
|
||||
PATCH_DIST_STRIP = -p1
|
||||
@ -41,14 +41,14 @@ WANTLIB-otr = gcrypt gpg-error iconv intl otr
|
||||
LIBTOOL_FLAGS += --tag=disable-static
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS = --with-otr=module \
|
||||
CONFIGURE_ARGS = --disable-utf8proc \
|
||||
--with-otr=module \
|
||||
--with-perl-lib=${PREFIX}/libdata/perl5/site_perl \
|
||||
--with-perl=yes \
|
||||
--with-pic \
|
||||
--with-proxy
|
||||
CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
ac_cv_lib_utf8proc_utf8proc_version=no
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
SEPARATE_BUILD = Yes
|
||||
|
||||
MAKE_FLAGS = scriptdir="${SYSCONFDIR}/irssi/scripts" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user