From 84d5cb591b6118197c17abd71e7ee85fea9c6550 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Thu, 5 Jul 2012 17:26:10 +0000 Subject: Add USE_CSTD=gnu89 to fix linking when building with clang --- multimedia/spook/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'multimedia/spook') diff --git a/multimedia/spook/Makefile b/multimedia/spook/Makefile index d6a897158953..89bcecb6f15d 100644 --- a/multimedia/spook/Makefile +++ b/multimedia/spook/Makefile @@ -24,6 +24,7 @@ OPTIONS= \ USE_BZIP2= yes USE_GMAKE= yes +USE_CSTD= gnu89 GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf aclocal automake -- cgit v1.2.3