diff options
author | tijl <tijl@FreeBSD.org> | 2013-09-03 06:00:52 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-09-03 06:00:52 +0800 |
commit | c8919750fb55250b6068c3a235cf3f7141e2ba3f (patch) | |
tree | ac9fd6db42240ce41fc58e5750ab439d25857414 | |
parent | 5aa3d5383cc1b590e564fb6ad1291eb6b72f5138 (diff) | |
download | freebsd-ports-gnome-c8919750fb55250b6068c3a235cf3f7141e2ba3f.tar.gz freebsd-ports-gnome-c8919750fb55250b6068c3a235cf3f7141e2ba3f.tar.zst freebsd-ports-gnome-c8919750fb55250b6068c3a235cf3f7141e2ba3f.zip |
- Remove USE_GCC=any and fix building with clang by disabling -Werror.
- Convert USE_GMAKE to USES=gmake.
PR: 181761
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
-rw-r--r-- | devel/mingw32-binutils/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/mingw32-binutils/Makefile b/devel/mingw32-binutils/Makefile index 78587178cb0e..0dc8d2ae8313 100644 --- a/devel/mingw32-binutils/Makefile +++ b/devel/mingw32-binutils/Makefile @@ -3,6 +3,7 @@ PORTNAME= binutils PORTVERSION= ${BINUTILVERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} @@ -15,14 +16,12 @@ COMMENT= GNU Binutils for Windows cross-development BINUTILVERSION= 2.23.1 USE_BZIP2= yes -USE_GCC= any -USE_GMAKE= yes -USES= iconv +USES= gmake iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} \ --with-gcc --with-gnu-ld --with-gnu-as \ --disable-nls --disable-win32-registry \ - --disable-shared + --disable-shared --disable-werror INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}ar.1 \ |