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 /games | |
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 'games')
-rw-r--r-- | games/xroach/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xroach/Makefile b/games/xroach/Makefile index 51b11df34688..c7f36505dacf 100644 --- a/games/xroach/Makefile +++ b/games/xroach/Makefile @@ -23,6 +23,7 @@ BINMODE= 755 USES= imake USE_XORG= x11 xext +USE_CSTD= gnu99 PLIST_FILES= bin/xroach man/man6/xroach.6.gz do-install: |