diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 06:57:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 06:57:30 +0800 |
commit | 6d997c796fdf394d0c6e926875931910a05b0b51 (patch) | |
tree | 7fc6bdada59bc8e4f0a49fc8807d1e597159556a /sysutils | |
parent | b15e42c52ea8a63e330c874fbb3b77abc5467491 (diff) | |
download | freebsd-ports-gnome-6d997c796fdf394d0c6e926875931910a05b0b51.tar.gz freebsd-ports-gnome-6d997c796fdf394d0c6e926875931910a05b0b51.tar.zst freebsd-ports-gnome-6d997c796fdf394d0c6e926875931910a05b0b51.zip |
Fix build with clang
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wmtop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/wmtop/Makefile b/sysutils/wmtop/Makefile index fe3497b75f41..e485130c1a88 100644 --- a/sysutils/wmtop/Makefile +++ b/sysutils/wmtop/Makefile @@ -12,6 +12,7 @@ MAINTAINER= uqs@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 |