1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

net/ipxe: unbreak build on HEAD...

...by using the port version of objcopy

PR:		207890
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
This commit is contained in:
Kurt Jaeger 2016-03-11 21:58:40 +00:00
parent 03bb353c05
commit d86705cb75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410842

View File

@ -5,6 +5,7 @@
PORTNAME= ipxe
PORTVERSION= 20160213
PORTREVISION= 1
CATEGORIES= net
MAINTAINER= t@tobik.me
@ -29,10 +30,12 @@ GH_PROJECT= ipxe
GH_TAGNAME= 7ecfe7159f94193a666200a17057d4cd5981b850
USES= gmake perl5 shebangfix
USE_BINUTILS= yes
USE_GCC= yes
MAKE_ARGS= PERL=${PERL} \
CC=${CC} \
HOST_CC=${CC} \
OBJCOPY="${LOCALBASE}/bin/objcopy" \
ISOLINUX_BIN="${WRKSRC}/isolinux.bin" \
LDLINUX_C32="${LOCALBASE}/share/syslinux/bios/com32/elflink/ldlinux/ldlinux.c32"
WRKSRC_SUBDIR= src