diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-28 00:48:41 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-28 00:48:41 +0800 |
commit | 6f3104a1b99c94b1e935e6f53c07fb4244a01050 (patch) | |
tree | d3c5d62d3d857015fe349451ffb32f61bfafe36b /net-im | |
parent | 0b207d5e3da0c3adadd1561652783a1dfa0435da (diff) | |
download | freebsd-ports-gnome-6f3104a1b99c94b1e935e6f53c07fb4244a01050.tar.gz freebsd-ports-gnome-6f3104a1b99c94b1e935e6f53c07fb4244a01050.tar.zst freebsd-ports-gnome-6f3104a1b99c94b1e935e6f53c07fb4244a01050.zip |
Mark some ports failing on armv6, for errors classified as "compiler_error".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gale/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile index b74de0e21b0c..2604b8a32c84 100644 --- a/net-im/gale/Makefile +++ b/net-im/gale/Makefile @@ -15,6 +15,9 @@ LIB_DEPENDS= libgc.so:devel/boehm-gc \ libwwwcore.so:www/libwww \ libadns.so:dns/adns +BROKEN_aarch64= fails to compile: conflicting types for __wcwidth +BROKEN_armv6= fails to compile: conflicting types for __wcwidth + USES= iconv libtool ncurses ssl GNU_CONFIGURE= yes USE_GNOME= glib12 @@ -25,8 +28,6 @@ CPPFLAGS+= -I${LOCALBASE}/include \ -I${LOCALBASE}/include/w3c-libwww LIBS+= -L${LOCALBASE}/lib -BROKEN_aarch64= Fails to compile: error: conflicting types for __wcwidth - post-patch: @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's/\(^noinst_PROGRAMS =.*\)test-oop/\1/' \ |