svn commit: r410842 - head/net/ipxe
Kurt Jaeger
pi at FreeBSD.org
Fri Mar 11 21:58:41 UTC 2016
Author: pi
Date: Fri Mar 11 21:58:40 2016
New Revision: 410842
URL: https://svnweb.freebsd.org/changeset/ports/410842
Log:
net/ipxe: unbreak build on HEAD...
...by using the port version of objcopy
PR: 207890
Submitted by: Tobias Kortkamp <t at tobik.me> (maintainer)
Modified:
head/net/ipxe/Makefile
Modified: head/net/ipxe/Makefile
==============================================================================
--- head/net/ipxe/Makefile Fri Mar 11 21:14:20 2016 (r410841)
+++ head/net/ipxe/Makefile Fri Mar 11 21:58:40 2016 (r410842)
@@ -5,6 +5,7 @@
PORTNAME= ipxe
PORTVERSION= 20160213
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= t at 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
More information about the svn-ports-all
mailing list