diff options
-rw-r--r-- | math/poly2tri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/poly2tri/Makefile b/math/poly2tri/Makefile index 209043aee69f..9b6c46a55711 100644 --- a/math/poly2tri/Makefile +++ b/math/poly2tri/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libglfw.so:graphics/glfw -USES= gl localbase:ldflags waf +USES= compiler:c11 gl localbase:ldflags waf USE_GITHUB= yes GH_ACCOUNT= jhasse GH_TAGNAME= e6e63dd29ef0805b3e40fe1832c2f1fe2307943a |