Date: Wed, 31 Jul 2013 22:59:48 +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: r324077 - head/sysutils/asmon Message-ID: <201307312259.r6VMxmPa042942@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jul 31 22:59:47 2013 New Revision: 324077 URL: http://svnweb.freebsd.org/changeset/ports/324077 Log: Fix build with clang Modified: head/sysutils/asmon/Makefile Modified: head/sysutils/asmon/Makefile ============================================================================== --- head/sysutils/asmon/Makefile Wed Jul 31 22:57:30 2013 (r324076) +++ head/sysutils/asmon/Makefile Wed Jul 31 22:59:47 2013 (r324077) @@ -1,9 +1,5 @@ -# New ports collection makefile for: asmon -# Date created: 27 Sep 1999 -# Whom: jack -# +# Created by: jack # $FreeBSD$ -# PORTNAME= asmon PORTVERSION= 0.61 @@ -19,7 +15,8 @@ USE_XORG= xpm x11 BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/asmon CFLAGS+= -I${LOCALBASE}/include -USE_GMAKE= yes +USES= gmake +USE_CSTD= gnu89 ALL_TARGET= asmon MAKE_ARGS+= LIBDIR="-L${LOCALBASE}/lib" \ SOLARIS_LIBS=-lkvm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307312259.r6VMxmPa042942>