From 5f1fdcfcb679a7caa623916d562e3984fa9bea06 Mon Sep 17 00:00:00 2001 From: mandree Date: Mon, 3 Dec 2012 21:05:02 +0000 Subject: USE_CSTD=gnu89 to fix build with clang (hopefully on HEAD, too.) This is due to C89 inline semantics being used that cause linker failures when compiled as C99. Feature safe: yes --- irc/dancer/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'irc/dancer') diff --git a/irc/dancer/Makefile b/irc/dancer/Makefile index 30ed8b2a77e6..0177d4922a6a 100644 --- a/irc/dancer/Makefile +++ b/irc/dancer/Makefile @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes MAKE_ARGS+= CSPECIAL="${CFLAGS}" LDFLAGS="${LDFLAGS}" LDFLAGS+= -lm CPP= # +USE_CSTD= gnu89 do-install: @${MKDIR} ${DATADIR} -- cgit