pkgsrc-WIP-changes archive

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

emacs-git: explicitly include sqlite3 bl3.mk



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Mon Dec 12 21:17:47 2022 +0100
Changeset:	8482c5affa38ca23c99eb3f34055ddb0443bf2c9

Modified Files:
	emacs-git/Makefile

Log Message:
emacs-git: explicitly include sqlite3 bl3.mk

sqlite3 was found on NetBSD either way

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

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

diffstat:
 emacs-git/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/emacs-git/Makefile b/emacs-git/Makefile
index ee850e02a4..8d58319ea1 100644
--- a/emacs-git/Makefile
+++ b/emacs-git/Makefile
@@ -66,6 +66,7 @@ post-install:
 		mv emacs-*.pdmp emacs.pdmp
 
 .include "../../wip/mk/git-package.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
 .include "../../fonts/harfbuzz/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/libimagequant/buildlink3.mk"


Home | Main Index | Thread Index | Old Index