svn commit: r320702 - head/x11-wm/piewm

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 12 16:07:22 UTC 2013


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>


More information about the svn-ports-all mailing list