From a1e73fc8d72a5253cae29c9bab5b260ad297c5e2 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Sat, 8 Jun 2013 11:25:38 -0300 Subject: Fix build in FreeBSD --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77e75f4..2289b3a 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,8 @@ ifeq (${CC},cc) OS := $(shell uname) ifeq (${OS},Darwin) CC=gcc -std=c99 + else ifeq (${OS},FreeBSD) + CC=cc -std=c99 else CC=c99 endif -- cgit v1.2.3