Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2013 05:50:29 +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: r324087 - head/archivers/hpack.non-usa.only
Message-ID:  <201308010550.r715oTwv067134@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Aug  1 05:50:29 2013
New Revision: 324087
URL: http://svnweb.freebsd.org/changeset/ports/324087

Log:
  Fix build with clang

Modified:
  head/archivers/hpack.non-usa.only/Makefile

Modified: head/archivers/hpack.non-usa.only/Makefile
==============================================================================
--- head/archivers/hpack.non-usa.only/Makefile	Thu Aug  1 05:49:20 2013	(r324086)
+++ head/archivers/hpack.non-usa.only/Makefile	Thu Aug  1 05:50:29 2013	(r324087)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    hpack.with_encryption
-# Date created:         7 Jan 1995
-# Whom:                 ache
-#
+# Created by: ache
 # $FreeBSD$
-#
 
 PORTNAME=	hpack
 PORTVERSION=	0.79a
@@ -15,6 +11,7 @@ DISTNAME=	hpack79src
 MAINTAINER=	sylvio@FreeBSD.org
 COMMENT=	Multi-System Archiver with open keys PGP-based security
 
+USE_CSTD=	gnu89
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile
 ALL_TARGET=	freebsd



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