svn commit: r323956 - head/devel/blame

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 30 12:21:46 UTC 2013


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 at symmetricom.com>
-#
+# Created by: John Hein <jhein at symmetricom.com>
 # $FreeBSD$
-#
 
 PORTNAME=	blame
 PORTVERSION=	1.3.1
@@ -13,6 +9,7 @@ MASTER_SITES=	SF
 MAINTAINER=	jhein at 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


More information about the svn-ports-all mailing list