--- Makefile.orig	2014-10-31 11:52:38 UTC
+++ Makefile
@@ -43,6 +43,10 @@ PLATFORM:=$(shell uname -m)
 ifeq "$(SYSTEM)" "FreeBSD"
  ifneq (,$(findstring 10.,$(RELEASE)))
   CC=cc
+ else ifneq (,$(findstring 11.,$(RELEASE)))
+  CC=cc
+ else ifneq (,$(findstring 12.,$(RELEASE)))
+  CC=cc
  else
   CC=gcc
  endif
