From dabfea297ee4e991e11226ef42b24075d29fde21 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 13 Dec 2013 14:51:53 +0000 Subject: [PATCH] Build fine with clang if the proper cstd is defined --- audio/scrobbler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/scrobbler/Makefile b/audio/scrobbler/Makefile index 6375625609db..73993ce05bc5 100644 --- a/audio/scrobbler/Makefile +++ b/audio/scrobbler/Makefile @@ -18,9 +18,9 @@ CONFLICTS= bmp-scrobbler-[0-9]* \ xmms-scrobbler-[0-9]* USES= gmake pkgconfig +USE_CSTD= gnu89 NO_STAGE= yes USE_BZIP2= yes -USE_GCC= any GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib