mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
- use improved C++14 settings contributed by jbeich@ - correct LICENSE_FILES via mat@ and jbeich@ - fixes ARM build from PR#231335 - submitted by Vincent Milum <freebsd@darkain.com> - upstream https://github.com/zerotier/ZeroTierOne/pull/848 Submitted by: Vincent Milum <freebsd@darkain.com> Reported by: jbeich Approved by: jrm (mentor) Obtained from: https://github.com/zerotier/ZeroTierOne/pull/848 Differential Revision: https://reviews.freebsd.org/D16880
11 lines
207 B
Text
11 lines
207 B
Text
--- Makefile.orig 2018-09-13 09:39:16 UTC
|
|
+++ Makefile
|
|
@@ -11,8 +11,6 @@ ifeq ($(OSTYPE),Linux)
|
|
endif
|
|
|
|
ifeq ($(OSTYPE),FreeBSD)
|
|
- CC=clang
|
|
- CXX=clang++
|
|
ZT_BUILD_PLATFORM=7
|
|
include make-bsd.mk
|
|
endif
|