git: 0a4dd56b6717 - main - textproc/iksemel: fix build when openssl is installed.
Fernando Apesteguía
fernape at FreeBSD.org
Tue Apr 13 07:08:36 UTC 2021
The branch main has been updated by fernape:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0a4dd56b6717f75db19a03d8a7920783e256cd0a
commit 0a4dd56b6717f75db19a03d8a7920783e256cd0a
Author: Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-04-13 07:00:03 +0000
Commit: Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-04-13 07:05:15 +0000
textproc/iksemel: fix build when openssl is installed.
This port does not build when openssl is installed. Disable it explicitely in
the configure.
PR: 254296
Reported by: dym at afalina.od.ua
Tested by: felix at palmen-it.de newton.ja.terry at gmail.com
MFH: 2021Q2 build fix
---
textproc/iksemel/Makefile | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile
index 68f9ff396bd8..e6ed1893fb2b 100644
--- a/textproc/iksemel/Makefile
+++ b/textproc/iksemel/Makefile
@@ -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
More information about the dev-commits-ports-all
mailing list