Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 05:53:20 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320732 - head/x11-wm/afterstep
Message-ID:  <201306130553.r5D5rKnb017814@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306130553.r5D5rKnb017814>