From 2420a894cc8ded2b844906202de31a7ccd038884 Mon Sep 17 00:00:00 2001 From: miqlas Date: Sun, 11 Dec 2016 10:52:04 +0100 Subject: [PATCH] Fixed recipe for x64 (#916) --- app-editors/vim/patches/vim-8.0.0046.patchset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/vim/patches/vim-8.0.0046.patchset b/app-editors/vim/patches/vim-8.0.0046.patchset index 48866ca03..b551d8d78 100644 --- a/app-editors/vim/patches/vim-8.0.0046.patchset +++ b/app-editors/vim/patches/vim-8.0.0046.patchset @@ -505,7 +505,7 @@ index fd07946..84c64fa 100644 +HAIKUGUI_IPATH = +HAIKUGUI_LIBS_DIR = +HAIKUGUI_LIBS1 = -lbe -lroot -ltracker -ltranslation -+ifeq ($(strip $(word 1, $(subst -, , $(subst ., , $(shell $(CC) -dumpversion))))), 4) ++ifeq ($(strip $(word 1, $(subst -, , $(subst ., , $(shell $(CC) -dumpversion))))), 5) +HAIKUGUI_LIBS1 += -lsupc++ +endif +HAIKUGUI_LIBS2 =