Index: Makefile =================================================================== --- Makefile (revision 489945) +++ Makefile (working copy) @@ -24,6 +24,7 @@ USES= gmake ALL_TARGET= build +BINARY_ALIAS= gcc=${CC} PLIST_FILES= bin/${PORTNAME} bin/kio ${BIN_SYMLINKS} BIN_SYMLINKS= bin/k12 bin/k14 bin/k16 bin/ktest Index: files/patch-Makefile =================================================================== --- files/patch-Makefile (revision 489945) +++ files/patch-Makefile (nonexistent) @@ -1,13 +0,0 @@ ---- 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 Property changes on: files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property