diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 13:50:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 13:50:29 +0800 |
commit | fc7700ec4da82f6968ba613ee5efecdf5ef3ae7f (patch) | |
tree | 2679d28dd34de86447556b0d1aa188bf73e2f859 /archivers | |
parent | dd464591ceec40ea6038b53cdcc4e8867f588047 (diff) | |
download | freebsd-ports-gnome-fc7700ec4da82f6968ba613ee5efecdf5ef3ae7f.tar.gz freebsd-ports-gnome-fc7700ec4da82f6968ba613ee5efecdf5ef3ae7f.tar.zst freebsd-ports-gnome-fc7700ec4da82f6968ba613ee5efecdf5ef3ae7f.zip |
Fix build with clang
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/hpack.non-usa.only/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/hpack.non-usa.only/Makefile b/archivers/hpack.non-usa.only/Makefile index 3a97c80020bd..c66672b76fd4 100644 --- a/archivers/hpack.non-usa.only/Makefile +++ b/archivers/hpack.non-usa.only/Makefile @@ -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 |