From 6fbfce18fcd17c4cb9ec02f700c97dff48699109 Mon Sep 17 00:00:00 2001 From: pascal Date: Sun, 11 Dec 2022 21:29:47 +0000 Subject: [PATCH] add forgotten patch --- lang/moarvm/patches/patch-build_Makefile_in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/moarvm/patches/patch-build_Makefile_in diff --git a/lang/moarvm/patches/patch-build_Makefile_in b/lang/moarvm/patches/patch-build_Makefile_in new file mode 100644 index 00000000000..ff858f120ea --- /dev/null +++ b/lang/moarvm/patches/patch-build_Makefile_in @@ -0,0 +1,12 @@ +Index: build/Makefile.in +--- build/Makefile.in.orig ++++ build/Makefile.in +@@ -611,7 +611,7 @@ clangcheck gcccheck: + + moar@exe@: $(MAIN_OBJECTS) @moar@ + $(MSG) linking $@ +- $(CMD)$(LD) @ldout@$@ $(LDFLAGS) $(MINGW_UNICODE) $(MAIN_OBJECTS) $(MAIN_LIBS) ++ $(CMD)$(LD) @ldout@$@ $(MAIN_LIBS) $(LDFLAGS) $(MINGW_UNICODE) $(MAIN_OBJECTS) + + @moarlib@: $(OBJECTS) $(THIRDPARTY) + $(MSG) linking $@