svn commit: r418956 - head/devel/k8048/files

Antoine Brodin antoine at FreeBSD.org
Sat Jul 23 10:09:56 UTC 2016


Author: antoine
Date: Sat Jul 23 10:09:55 2016
New Revision: 418956
URL: https://svnweb.freebsd.org/changeset/ports/418956

Log:
  Fix build on FreeBSD 12
  
  Reported by:	pkg-fallout

Modified:
  head/devel/k8048/files/patch-Makefile

Modified: head/devel/k8048/files/patch-Makefile
==============================================================================
--- head/devel/k8048/files/patch-Makefile	Sat Jul 23 10:09:15 2016	(r418955)
+++ head/devel/k8048/files/patch-Makefile	Sat Jul 23 10:09:55 2016	(r418956)
@@ -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


More information about the svn-ports-head mailing list