Date: Sun, 2 Dec 2018 02:53:31 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486392 - head/sysutils/cbsd Message-ID: <201812020253.wB22rVQR080695@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812020253.wB22rVQR080695>