Date: Tue, 30 Jul 2013 12:21:46 +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: r323956 - head/devel/blame Message-ID: <201307301221.r6UCLkWN008855@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Jul 30 12:21:45 2013 New Revision: 323956 URL: http://svnweb.freebsd.org/changeset/ports/323956 Log: Fix build with clang by forcing gnu89 standard Modified: head/devel/blame/Makefile Modified: head/devel/blame/Makefile ============================================================================== --- head/devel/blame/Makefile Tue Jul 30 12:18:53 2013 (r323955) +++ head/devel/blame/Makefile Tue Jul 30 12:21:45 2013 (r323956) @@ -1,9 +1,5 @@ -# New ports collection makefile for: blame -# Date created: 2011-06-21 -# Whom: John Hein <jhein@symmetricom.com> -# +# Created by: John Hein <jhein@symmetricom.com> # $FreeBSD$ -# PORTNAME= blame PORTVERSION= 1.3.1 @@ -13,6 +9,7 @@ MASTER_SITES= SF MAINTAINER= jhein@symmetricom.com COMMENT= Display last modification for each line in an RCS file +USE_CSTD= gnu89 GNU_CONFIGURE= yes MAN1= blame.1 PLIST_FILES= bin/blame
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307301221.r6UCLkWN008855>