mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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:
parent
d8c09eec63
commit
58adeeaf7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308172
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ GNU_CONFIGURE= yes
|
|||
MAKE_ARGS+= CSPECIAL="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
LDFLAGS+= -lm
|
||||
CPP= #
|
||||
USE_CSTD= gnu89
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue