svn commit: r320732 - head/x11-wm/afterstep
Baptiste Daroussin
bapt at FreeBSD.org
Thu Jun 13 05:53:21 UTC 2013
Author: bapt
Date: Thu Jun 13 05:53:20 2013
New Revision: 320732
URL: http://svnweb.freebsd.org/changeset/ports/320732
Log:
Better fix with clang
Submitted by: tijl
Modified:
head/x11-wm/afterstep/Makefile
Modified: head/x11-wm/afterstep/Makefile
==============================================================================
--- head/x11-wm/afterstep/Makefile Thu Jun 13 00:30:02 2013 (r320731)
+++ head/x11-wm/afterstep/Makefile Thu Jun 13 05:53:20 2013 (r320732)
@@ -23,6 +23,7 @@ MAN1= afterstep.1 Animate.1 Audio.1 Aut
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; \
More information about the svn-ports-all
mailing list