pkgsrc-WIP-changes archive

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

(editors/emacs26) Add missing buildlink3.mk: devel/libgetopt and security/p11-kit (for gnutls)



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX2) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Thu Jun 14 16:25:48 2018 +0900
Changeset:	6e8e169e5236562e6b4299440e94021460c7c495

Modified Files:
	emacs26/Makefile.common
	emacs26/options.mk

Log Message:
(editors/emacs26) Add missing buildlink3.mk: devel/libgetopt and security/p11-kit (for gnutls)

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

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

diffstat:
 emacs26/Makefile.common | 2 ++
 emacs26/options.mk      | 1 +
 2 files changed, 3 insertions(+)

diffs:
diff --git a/emacs26/Makefile.common b/emacs26/Makefile.common
index 3b6af49328..1c05c65456 100644
--- a/emacs26/Makefile.common
+++ b/emacs26/Makefile.common
@@ -78,3 +78,5 @@ CPPFLAGS+=	-DTERMINFO
 post-extract:
 	cp ${.CURDIR}/../../wip/emacs26/files/site-init.el ${WRKSRC}/lisp
 	${CHMOD} -R go-w ${WRKSRC}
+
+.include "../../devel/libgetopt/buildlink3.mk"
diff --git a/emacs26/options.mk b/emacs26/options.mk
index 3e5a3bf777..af02041be8 100644
--- a/emacs26/options.mk
+++ b/emacs26/options.mk
@@ -49,6 +49,7 @@ CONFIGURE_ARGS+=	--without-xml2
 ###
 .if !empty(PKG_OPTIONS:Mgnutls)
 .include "../../security/gnutls/buildlink3.mk"
+.include "../../security/p11-kit/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=	--without-gnutls
 .endif


Home | Main Index | Thread Index | Old Index