aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-09-18 15:10:07 +0800
committerlinimon <linimon@FreeBSD.org>2018-09-18 15:10:07 +0800
commit2aabb22abf3d635be1f659d45681b6eb0d579e6e (patch)
treea20ba17cdcea0fd0c0cb67be132a0895dbb1500f /sysutils
parentd3b0fd79a50c6bd9bfb18ca4c8363203b3200881 (diff)
downloadfreebsd-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 'sysutils')
-rw-r--r--sysutils/mtm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/mtm/Makefile b/sysutils/mtm/Makefile
index e5c8812bb328..fda3b05475f7 100644
--- a/sysutils/mtm/Makefile
+++ b/sysutils/mtm/Makefile
@@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/README.rst
USES= ncurses
+USE_CSTD= gnu99
USE_GITHUB= yes
GH_ACCOUNT= deadpixi
GH_TAGNAME= b861104