From 0ef5d90cdfa80746cf36e387f16808e15d4e6259 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Thu, 24 Oct 2013 00:14:17 -0500 Subject: Port to OpenBSD This really just tells the makefile how to call the compiler on OpenBSD. You'll also want the following packages: json libmad libao faad gnutls --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ebf8ae5..d2f2a8a 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,8 @@ ifeq (${CC},cc) CC=gcc -std=c99 else ifeq (${OS},FreeBSD) CC=cc -std=c99 + else ifeq (${OS},OpenBSD) + CC=cc -std=c99 else CC=c99 endif -- cgit v1.2.3