Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jul 2016 09:47:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211079] sysutils/uefi-edk2-bhyve: Can RUN_DEPENDS on gcc48 be removed?
Message-ID:  <bug-211079-13-eA2sC5LXvP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-211079-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-211079-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211079

--- Comment #3 from churchers@gmail.com ---
Just looking at the grub2-bhyve port, I've noticed it also has USE_GCC=3Dye=
s, but
seems to have avoided the run dependency on gcc with the following at the e=
nd
of the Makefile:

RUN_DEPENDS:=3D ${RUN_DEPENDS:Ngcc*}

Maybe that's the easiest solution. Not that I do much C development but it =
does
seem strange that USE_GCC adds a run dependency by default. I would of thou=
ght
it's reasonably unlikely a port would actually need gcc in order to run once
built.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211079-13-eA2sC5LXvP>