From 8bf23c2df57e73974ef8f41642d14dd346361396 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 18 Sep 2018 07:10:07 +0000 Subject: Add gnu99 to USE_CSTD to fix builds on gcc-based archs. Tested on powerpc64, amd64. Approved by: portmgr (tier-2 blanket) --- graphics/gauche-gl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/gauche-gl/Makefile') diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index edbadec67878..216f01b89111 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= gosh:lang/gauche RUN_DEPENDS= gosh:lang/gauche USES= localbase makeinfo tar:tgz +USE_CSTD= gnu99 USE_XORG= ice sm x11 xext xmu xi USE_GL= gl glu glut GNU_CONFIGURE= yes -- cgit v1.2.3