svn commit: r490114 - in head/devel/k8048: . files

Muhammad Moinur Rahman bofh at FreeBSD.org
Sun Jan 13 06:26:34 UTC 2019


Author: bofh
Date: Sun Jan 13 06:26:33 2019
New Revision: 490114
URL: https://svnweb.freebsd.org/changeset/ports/490114

Log:
  devel/k8048: Unbreak build on FreeBSD 13 and beyond, respect CC
  
  PR:		234850
  Submitted by:	tobik

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

Modified: head/devel/k8048/Makefile
==============================================================================
--- head/devel/k8048/Makefile	Sun Jan 13 04:28:06 2019	(r490113)
+++ head/devel/k8048/Makefile	Sun Jan 13 06:26:33 2019	(r490114)
@@ -19,11 +19,13 @@ BROKEN_mips64=		invokes x86 assembler
 BROKEN_sparc64=		invokes x86 assembler
 BROKEN_powerpc64=	invokes x86 assembler
 
+USES=		gmake
+
 WRKSRC=		${WRKDIR}/${PORTNAME}/Src
 
-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


More information about the svn-ports-head mailing list