Index: head/devel/k8048/files/patch-Makefile =================================================================== --- head/devel/k8048/files/patch-Makefile (revision 418955) +++ head/devel/k8048/files/patch-Makefile (revision 418956) @@ -1,11 +1,13 @@ --- Makefile.orig 2014-10-31 11:52:38 UTC +++ Makefile -@@ -43,6 +43,8 @@ PLATFORM:=$(shell uname -m) +@@ -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