From d462bac62a11e038e989d1325cd424a78a009076 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 13 Jun 2013 05:53:20 +0000 Subject: Better fix with clang Submitted by: tijl --- x11-wm/afterstep/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'x11-wm/afterstep/Makefile') 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; \ -- cgit v1.2.3