Better fix with clang

Submitted by:	tijl
This commit is contained in:
Baptiste Daroussin 2013-06-13 05:53:20 +00:00
parent 58948ea81a
commit d462bac62a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320732

View File

@ -23,6 +23,7 @@ MAN1= afterstep.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1
CONFLICTS?= afterstep-2*
PORTSCOUT= limit:^1\.[0-9.]*$$
CFLAGS+= -Wno-return-type
USE_CSTD= gnu89
SRCDIRS= afterstep \
modules/Animate modules/Audio modules/Auto \
@ -34,8 +35,6 @@ post-patch:
-e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/configure.h \
${WRKSRC}/sample.steprc
${REINPLACE_CMD} \
-e 's/__inline__//g' \
${WRKSRC}/configure.h
@ for i in ${SRCDIRS}; do \
cd ${WRKSRC}/$$i; \