svn commit: r324076 - head/sysutils/wmtop

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 31 22:57:30 UTC 2013


Author: bapt
Date: Wed Jul 31 22:57:30 2013
New Revision: 324076
URL: http://svnweb.freebsd.org/changeset/ports/324076

Log:
  Fix build with clang

Modified:
  head/sysutils/wmtop/Makefile

Modified: head/sysutils/wmtop/Makefile
==============================================================================
--- head/sysutils/wmtop/Makefile	Wed Jul 31 22:53:40 2013	(r324075)
+++ head/sysutils/wmtop/Makefile	Wed Jul 31 22:57:30 2013	(r324076)
@@ -12,6 +12,7 @@ MAINTAINER=	uqs at FreeBSD.org
 COMMENT=	Windowmaker dock app to display top 3 CPU consuming processes
 
 USE_XORG=	xpm x11
+USE_CSTD=	gnu89
 ALL_TARGET=	freebsd
 MAKE_JOBS_UNSAFE=	yes
 


More information about the svn-ports-all mailing list