From 09f91944ef1bc8f7b4235c538630b58a4a347d0e Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Mon, 6 Aug 2018 16:04:02 +0100 Subject: apply MoarVM patch abf7d0c2 to fix compile on OpenBSD --- tools/star/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/star/Makefile') diff --git a/tools/star/Makefile b/tools/star/Makefile index 96daf01..f300a57 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -69,6 +69,8 @@ manifest: modules/DBIish/lib patch: patch -p1 < patches/star-ver.patch + patch -p1 < patches/0001-Use-clang-with-OpenBSD-since-their-ancient-gcc-creat.patch + tarball: manifest patch [ -n "$(VERSION)" ] || ( echo "\nTry '$(MAKE) release VERSION=yyyy.mm'\n\n"; exit 1 ) -- cgit v1.1