pkgsrc-WIP-changes archive

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

neovim: Add devel/gettext-lib as dependency



Module Name:	pkgsrc-wip
Committed By:	snow flurry <snow%datagirl.xyz@localhost>
Pushed By:	flurry
Date:		Thu Aug 26 18:33:36 2021 -0400
Changeset:	331198713f22a03c913a57d0b6eef8cd1eb0d26f

Modified Files:
	neovim/Makefile

Log Message:
neovim: Add devel/gettext-lib as dependency

For some reason neovim built fine on NetBSD (linked to
/usr/lib/libintl.so), but linking failed on Linux... Either way, it
builds fine on at least Linux 5.10 and NetBSD 9.2 now.

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

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

diffstat:
 neovim/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/neovim/Makefile b/neovim/Makefile
index a613c3465a..05f02e39fd 100644
--- a/neovim/Makefile
+++ b/neovim/Makefile
@@ -34,6 +34,7 @@ FORTIFY_SUPPORTED=	no
 post-extract:
 	${MKDIR} ${WRKDIR}/build
 
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/gperf/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/jemalloc/buildlink3.mk"


Home | Main Index | Thread Index | Old Index