Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 16:07:21 +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: r320702 - head/x11-wm/piewm
Message-ID:  <201306121607.r5CG7LOM056036@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jun 12 16:07:21 2013
New Revision: 320702
URL: http://svnweb.freebsd.org/changeset/ports/320702

Log:
  Fix build with clang

Modified:
  head/x11-wm/piewm/Makefile

Modified: head/x11-wm/piewm/Makefile
==============================================================================
--- head/x11-wm/piewm/Makefile	Wed Jun 12 15:42:29 2013	(r320701)
+++ head/x11-wm/piewm/Makefile	Wed Jun 12 16:07:21 2013	(r320702)
@@ -15,4 +15,6 @@ USE_IMAKE=	yes
 USE_XORG=	xbitmaps xpm xmu
 MAN1=		piewm.1
 
+CFLAGS+=	-Wno-return-type
+
 .include <bsd.port.mk>



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