svn commit: r326102 - head/devel/mingw32-binutils
Tijl Coosemans
tijl at FreeBSD.org
Mon Sep 2 22:00:53 UTC 2013
Author: tijl
Date: Mon Sep 2 22:00:52 2013
New Revision: 326102
URL: http://svnweb.freebsd.org/changeset/ports/326102
Log:
- 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 at cyberbotx.com> (maintainer)
Modified:
head/devel/mingw32-binutils/Makefile
Modified: head/devel/mingw32-binutils/Makefile
==============================================================================
--- head/devel/mingw32-binutils/Makefile Mon Sep 2 21:57:08 2013 (r326101)
+++ head/devel/mingw32-binutils/Makefile Mon Sep 2 22:00:52 2013 (r326102)
@@ -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-
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 \
More information about the svn-ports-head
mailing list