Fix build with clang remove USE_GCC=any
This commit is contained in:
parent
0e45c62718
commit
0d5121c63c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327273
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ ACLOCAL_ARGS= -I.
|
|||
AUTOMAKE_ARGS= --add-missing
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CFLAGS+= -D_FILE_OFFSET_BITS=64 -I${LOCALBASE}/include
|
||||
CFLAGS+= -D_FILE_OFFSET_BITS=64 -I${LOCALBASE}/include -Wno-return-type
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAN1= afpcmd.1 afpgetstatus.1
|
||||
|
|
Loading…
Reference in a new issue