pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs29



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr  4 21:11:34 UTC 2024

Modified Files:
        pkgsrc/editors/emacs29: options.mk

Log Message:
emacs29: gnutls option needs pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/editors/emacs29/options.mk

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

Modified files:

Index: pkgsrc/editors/emacs29/options.mk
diff -u pkgsrc/editors/emacs29/options.mk:1.4 pkgsrc/editors/emacs29/options.mk:1.5
--- pkgsrc/editors/emacs29/options.mk:1.4       Tue Aug 15 10:52:08 2023
+++ pkgsrc/editors/emacs29/options.mk   Thu Apr  4 21:11:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2023/08/15 10:52:08 tnn Exp $
+# $NetBSD: options.mk,v 1.5 2024/04/04 21:11:34 wiz Exp $
 
 ### Set options
 PKG_OPTIONS_VAR=                       PKG_OPTIONS.emacs
@@ -97,6 +97,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