aboutsummaryrefslogtreecommitdiff
path: root/tools/star/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/star/Makefile')
-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 )