Skip to content

Commit 59b561d

Browse files
committed
vim: Added missing include of spksrc.archs.mk for proper ifneq
1 parent 1a355eb commit 59b561d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spk/vim/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ CHANGELOG = "1. Update vim to v9.0"
1818
HOMEPAGE = https://www.vim.org/
1919
LICENSE = Charityware
2020

21+
include ../../mk/spksrc.archs.mk
22+
2123
ifneq ($(findstring $(ARCH),$(ARMv5_ARCHS) $(OLD_PPC_ARCHS)),$(ARCH))
2224
CHANGELOG += "<br/>2. Migrate to Python 3.11"
2325
CHANGELOG += "<br/><br/>NOTE: You need to install Python 3.11 package to enable Python support."

0 commit comments

Comments
 (0)