aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/afterstep
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-13 05:53:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-13 05:53:20 +0000
commitd462bac62a11e038e989d1325cd424a78a009076 (patch)
tree2f84d6f053eb9ca757836c6fa8de56702ccbc9eb /x11-wm/afterstep
parent58948ea81a417cb4756d80d2961e7a09a447360a (diff)
downloadports-d462bac62a11e038e989d1325cd424a78a009076.tar.gz
ports-d462bac62a11e038e989d1325cd424a78a009076.zip
Better fix with clang
Submitted by: tijl
Notes
Notes: svn path=/head/; revision=320732
Diffstat (limited to 'x11-wm/afterstep')
-rw-r--r--x11-wm/afterstep/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile
index 09c4ce7254a8..d319a81e8a8d 100644
--- a/x11-wm/afterstep/Makefile
+++ b/x11-wm/afterstep/Makefile
@@ -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; \