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
This commit is contained in:
Matthias Andree 2012-12-03 21:05:02 +00:00
parent d8c09eec63
commit 58adeeaf7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308172

View file

@ -20,6 +20,7 @@ GNU_CONFIGURE= yes
MAKE_ARGS+= CSPECIAL="${CFLAGS}" LDFLAGS="${LDFLAGS}"
LDFLAGS+= -lm
CPP= #
USE_CSTD= gnu89
do-install:
@${MKDIR} ${DATADIR}