Fix build with clang (CPPFLAGS+=-Wno-return-type).
This commit is contained in:
parent
48ef28da4f
commit
95dd18291b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320609
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
|
|||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -Wno-return-type
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
CONFIGURE_ARGS= --program-prefix=""
|
||||
|
|
Loading…
Reference in a new issue