Skip to content

Commit

Permalink
textproc/iksemel: fix build when openssl is installed.
Browse files Browse the repository at this point in the history
This port does not build when openssl is installed. Disable it explicitely in
the configure.

PR:	254296
Reported by:	dym@afalina.od.ua
Tested by:	felix@palmen-it.de newton.ja.terry@gmail.com
MFH:		2021Q2 build fix
  • Loading branch information
fernape committed Apr 13, 2021
1 parent 7bec7b1 commit 0a4dd56
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions textproc/iksemel/Makefile
Expand Up @@ -12,17 +12,21 @@ LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libgnutls.so:security/gnutls

USES= autoreconf libtool makeinfo pathfix pkgconfig

USE_GITHUB= yes
GH_ACCOUNT= meduketto
GH_TAGNAME= 978b733

USES= autoreconf libtool makeinfo pathfix pkgconfig
USE_LDCONFIG= yes

GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-gnutls=yes \
--without-openssl \
--disable-python
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes

INSTALL_TARGET= install-strip

INFO= iksemel
Expand Down

0 comments on commit 0a4dd56

Please sign in to comment.