diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-18 15:10:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-18 15:10:07 +0800 |
commit | 2aabb22abf3d635be1f659d45681b6eb0d579e6e (patch) | |
tree | a20ba17cdcea0fd0c0cb67be132a0895dbb1500f /textproc | |
parent | d3b0fd79a50c6bd9bfb18ca4c8363203b3200881 (diff) | |
download | freebsd-ports-gnome-2aabb22abf3d635be1f659d45681b6eb0d579e6e.tar.gz freebsd-ports-gnome-2aabb22abf3d635be1f659d45681b6eb0d579e6e.tar.zst freebsd-ports-gnome-2aabb22abf3d635be1f659d45681b6eb0d579e6e.zip |
Add gnu99 to USE_CSTD to fix builds on gcc-based archs.
Tested on powerpc64, amd64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/uncle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/uncle/Makefile b/textproc/uncle/Makefile index f680a463839e..c5598ca183c9 100644 --- a/textproc/uncle/Makefile +++ b/textproc/uncle/Makefile @@ -12,8 +12,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libucl.so:textproc/libucl -BROKEN_powerpc64= fails to compile: uncle.c: 'for' loop initial declaration used outside C99 mode - +USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= MagikBSD |