Date: Sun, 5 Jan 2014 18:10:53 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338815 - head/devel/cross-binutils Message-ID: <201401051810.s05IArY1009873@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401051810.s05IArY1009873>