Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2013 22:50: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: r324072 - head/x11-clocks/wmitime
Message-ID:  <201307312250.r6VMom25041568@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 31 22:50:47 2013
New Revision: 324072
URL: http://svnweb.freebsd.org/changeset/ports/324072

Log:
  Fix build with clang

Modified:
  head/x11-clocks/wmitime/Makefile

Modified: head/x11-clocks/wmitime/Makefile
==============================================================================
--- head/x11-clocks/wmitime/Makefile	Wed Jul 31 22:48:51 2013	(r324071)
+++ head/x11-clocks/wmitime/Makefile	Wed Jul 31 22:50:47 2013	(r324072)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wmitime
-# Date created:		14 March 1999
-# Whom:			Jim Mock <jim@FreeBSD.org>
-#
+# Created by: Jim Mock <jim@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	wmitime
 PORTVERSION=	0.3
@@ -12,11 +8,12 @@ CATEGORIES=	x11-clocks windowmaker after
 MASTER_SITES=	http://dockapps.org/files/22/29/
 
 MAINTAINER=	xride@FreeBSD.org
-COMMENT=	A clock dockapp that shows the date, time, and internet time
+COMMENT=	Clock dockapp that shows the date, time, and internet time
 
 WRKSRC=		${WRKDIR}/wmitime/wmitime
 
 PLIST_FILES=	bin/wmitime
 USE_XORG=	xpm
+USE_CSTD=	gnu89
 
 .include <bsd.port.mk>



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