aboutsummaryrefslogtreecommitdiff
path: root/tools/star
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2018-08-06 16:04:02 +0100
committerSteve Mynott <steve.mynott@gmail.com>2018-08-06 16:04:02 +0100
commit09f91944ef1bc8f7b4235c538630b58a4a347d0e (patch)
tree8473dcc26b1abbb8d7b2e6db61286df7261cd4f5 /tools/star
parent4cb2360c16a283b88439e4b43abb3edbb71d4a39 (diff)
apply MoarVM patch abf7d0c2 to fix compile on OpenBSD2018.06
Diffstat (limited to 'tools/star')
-rw-r--r--tools/star/Makefile2
1 files changed, 2 insertions, 0 deletions
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 )