svn commit: r338815 - head/devel/cross-binutils

Brooks Davis brooks at FreeBSD.org
Sun Jan 5 18:10:54 UTC 2014


Author: brooks
Date: Sun Jan  5 18:10:53 2014
New Revision: 338815
URL: http://svnweb.freebsd.org/changeset/ports/338815

Log:
  Enable support for the --sysroot argument by setting the default sysroot
  to "/".  This should have no impact on existing uses as that is
  essentialy the default
  
  Approved by:	maintainer timeout

Modified:
  head/devel/cross-binutils/Makefile

Modified: head/devel/cross-binutils/Makefile
==============================================================================
--- head/devel/cross-binutils/Makefile	Sun Jan  5 18:06:58 2014	(r338814)
+++ head/devel/cross-binutils/Makefile	Sun Jan  5 18:10:53 2014	(r338815)
@@ -3,6 +3,7 @@
 
 PORTNAME=	binutils
 PORTVERSION=	2.23.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEWARE}
 MASTER_SITE_SUBDIR=	binutils/releases
@@ -29,6 +30,7 @@ NO_STAGE=	yes
 
 CONFIGURE_ARGS+=	--disable-nls \
 			--with-system-zlib \
+			--with-sysroot=/ \
 			--target=${OURTARGET} \
 			--disable-werror
 


More information about the svn-ports-all mailing list