diff --git a/devel/arm-gnueabi-binutils/Makefile b/devel/arm-gnueabi-binutils/Makefile index a58a445abfbc..880b1bbb9562 100644 --- a/devel/arm-gnueabi-binutils/Makefile +++ b/devel/arm-gnueabi-binutils/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= GNU binutils for arm cross-development PKGNAMEPREFIX= arm-gnueabi- PLIST= ${.CURDIR}/pkg-plist diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 009b5dc078fc..83a90d3d866b 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -36,7 +36,6 @@ CONFIGURE_ARGS+= --disable-shared \ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-system-zlib \ - --with-sysroot=/ \ --with-gmp=${LOCALBASE} \ --with-mpfr=${LOCALBASE} INFO= as \ @@ -48,7 +47,8 @@ INFO= as \ ld .endif -CONFIGURE_ARGS+= --disable-werror +CONFIGURE_ARGS+= --disable-werror \ + --with-sysroot=/ OPTIONS_SUB= yes NLS_USES= gettext