aboutsummaryrefslogtreecommitdiff
path: root/sysutils/uefi-edk2-bhyve
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-03-10 10:07:45 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-03-10 10:07:45 +0000
commit9bac3f50d12a1b74cffa98abb3587cdea06a16b5 (patch)
treee4e7618587e4264745eae769695d96d41cae7d89 /sysutils/uefi-edk2-bhyve
parent99cb6daa1ea4a354d019b24d31f2708fe56127a2 (diff)
downloadports-9bac3f50d12a1b74cffa98abb3587cdea06a16b5.tar.gz
ports-9bac3f50d12a1b74cffa98abb3587cdea06a16b5.zip
sysutils/uefi-edk2-bhyve: Remove GCC run dependency
The firmware does not require or link with any of the libraries provided by GCC, so remove the GCC run dependency. Due to the lack of an accepted better solution in bsd.gcc.mk to do this, we use the hack used by other ports like devel/linux-kernel, sysutils/memtest86+, sysutils/grub2-bhyve, misc/seabios, net/ipxe, ... PR: 211079, 211154 Approved by: Process paralysis
Notes
Notes: svn path=/head/; revision=464059
Diffstat (limited to 'sysutils/uefi-edk2-bhyve')
-rw-r--r--sysutils/uefi-edk2-bhyve/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/uefi-edk2-bhyve/Makefile b/sysutils/uefi-edk2-bhyve/Makefile
index 3ab42f0b17c4..09fea6b5b38a 100644
--- a/sysutils/uefi-edk2-bhyve/Makefile
+++ b/sysutils/uefi-edk2-bhyve/Makefile
@@ -2,7 +2,7 @@
PORTNAME= uefi-edk2-bhyve
PORTVERSION= 20160704
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MAINTAINER= fabian.freyer@physik.tu-berlin.de
@@ -81,3 +81,4 @@ do-install:
${STAGEDIR}${PREFIX}/share/uefi-firmware/BHYVE_UEFI${PLIST_SUFFIX}.fd
.include <bsd.port.mk>
+RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*}