svn commit: r486392 - head/sysutils/cbsd

Mark Linimon linimon at FreeBSD.org
Sun Dec 2 02:53:32 UTC 2018


Author: linimon
Date: Sun Dec  2 02:53:31 2018
New Revision: 486392
URL: https://svnweb.freebsd.org/changeset/ports/486392

Log:
  -mminimal-toc needs to be added to CFLAGS on powerpc64 to compile this port.
  
  PR:		233651
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/sysutils/cbsd/Makefile

Modified: head/sysutils/cbsd/Makefile
==============================================================================
--- head/sysutils/cbsd/Makefile	Sun Dec  2 02:50:02 2018	(r486391)
+++ head/sysutils/cbsd/Makefile	Sun Dec  2 02:53:31 2018	(r486392)
@@ -21,6 +21,8 @@ USES=		libedit pkgconfig
 USE_GITHUB=	yes
 USE_RC_SUBR=	cbsdd cbsdrsyncd cbsd-statsd-bhyve cbsd-statsd-hoster cbsd-statsd-jail
 
+CFLAGS_powerpc64=	-mminimal-toc
+
 SUB_FILES=	pkg-message pkg-deinstall
 
 CBSD_HOME?=	${PREFIX}/cbsd


More information about the svn-ports-all mailing list