ports/net/zerotier/files/patch-Makefile
Dave Cottlehuber 1f150447b9 net/zerotier: update to 1.10.1
Tested by:	Vincent Milum Jr <freebsd darkain com>
2022-09-11 11:51:16 +00:00

11 lines
209 B
Text

--- Makefile.orig 2022-07-11 08:31:26 UTC
+++ Makefile
@@ -11,8 +11,6 @@ ifeq ($(OSTYPE),FreeBSD)
endif
ifeq ($(OSTYPE),FreeBSD)
- CC=clang
- CXX=clang++
ZT_BUILD_PLATFORM=7
include make-bsd.mk
endif