diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-20 05:38:38 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-20 05:38:38 +0800 |
commit | 140adf782971526e55e8e7bee8b72fe35a66c3e1 (patch) | |
tree | e42fa937f01833661b630a2e78f2c21f080637be /net | |
parent | 102a00512a52fa61d2834f9ac0015beff16288cf (diff) | |
download | freebsd-ports-gnome-140adf782971526e55e8e7bee8b72fe35a66c3e1.tar.gz freebsd-ports-gnome-140adf782971526e55e8e7bee8b72fe35a66c3e1.tar.zst freebsd-ports-gnome-140adf782971526e55e8e7bee8b72fe35a66c3e1.zip |
Fix building on gcc-based archs by upgrading USES.
Tested on powerpc64 and amd64 (for no regression).
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/libstorj/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libstorj/Makefile b/net/libstorj/Makefile index b2ff07fc4d86..368ce8928e95 100644 --- a/net/libstorj/Makefile +++ b/net/libstorj/Makefile @@ -16,7 +16,6 @@ BROKEN_armv6= fails to build: invokes x86 assembler BROKEN_armv7= fails to build: invokes x86 assembler BROKEN_mips= fails to build: invokes x86 assembler BROKEN_mips64= fails to build: invokes x86 assembler -BROKEN_powerpc64= fails to compile: storj.c:135: 'for' loop initial declaration used outside C99 mode LIB_DEPENDS= libjson-c.so:devel/json-c \ libuv.so:devel/libuv \ @@ -25,6 +24,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ libmicrohttpd.so:www/libmicrohttpd USES= autoreconf gmake libtool localbase pkgconfig +USE_CSTD= gnu99 USE_GITHUB= yes GH_ACCOUNT= Storj |