Build fine with clang if the proper cstd is defined
This commit is contained in:
parent
beac3175fc
commit
dabfea297e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336349
1 changed files with 1 additions and 1 deletions
|
@ -18,9 +18,9 @@ CONFLICTS= bmp-scrobbler-[0-9]* \
|
||||||
xmms-scrobbler-[0-9]*
|
xmms-scrobbler-[0-9]*
|
||||||
|
|
||||||
USES= gmake pkgconfig
|
USES= gmake pkgconfig
|
||||||
|
USE_CSTD= gnu89
|
||||||
NO_STAGE= yes
|
NO_STAGE= yes
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GCC= any
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
Loading…
Reference in a new issue