pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

emacs-git: gnutls option needs pkg-config



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Apr 4 23:12:38 2024 +0200
Changeset:	c4466efa9a0c8495cacafd1e7467e6583870094f

Modified Files:
	emacs-git/options.mk

Log Message:
emacs-git: gnutls option needs pkg-config

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c4466efa9a0c8495cacafd1e7467e6583870094f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 emacs-git/options.mk | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/emacs-git/options.mk b/emacs-git/options.mk
index 3caeb58d54..fee652f3d2 100644
--- a/emacs-git/options.mk
+++ b/emacs-git/options.mk
@@ -90,6 +90,7 @@ CONFIGURE_ARGS+=	--without-xml2
 .if !empty(PKG_OPTIONS:Mgnutls)
 .include "../../security/gnutls/buildlink3.mk"
 .include "../../security/p11-kit/buildlink3.mk"
+USE_TOOLS+=		pkg-config
 .else
 CONFIGURE_ARGS+=	--without-gnutls
 .endif


Home | Main Index | Thread Index | Old Index