diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-30 20:43:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-30 20:43:10 +0800 |
commit | 4434d21ff6334ed8bc8aedc7c9e38a7235382585 (patch) | |
tree | f3e32b7fbe0565f14de3b21e2dbc4bbc443aacaa /net | |
parent | 46d161bd0ca5bbd95aa3213e1c52da8eb793e446 (diff) | |
download | freebsd-ports-gnome-4434d21ff6334ed8bc8aedc7c9e38a7235382585.tar.gz freebsd-ports-gnome-4434d21ff6334ed8bc8aedc7c9e38a7235382585.tar.zst freebsd-ports-gnome-4434d21ff6334ed8bc8aedc7c9e38a7235382585.zip |
Fix build with clang by forcing gnu89
Diffstat (limited to 'net')
-rw-r--r-- | net/sipsak/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile index 207e3b028c26..e39357a26a60 100644 --- a/net/sipsak/Makefile +++ b/net/sipsak/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sipsak -# Date created: 2003-06-30 -# Whom: jesusr -# +# Created by: jesusr # $FreeBSD$ -# PORTNAME= sipsak PORTVERSION= 0.9.6 @@ -14,6 +10,7 @@ MASTER_SITES= http://download.berlios.de/sipsak/ MAINTAINER= jesusr@FreeBSD.org COMMENT= Small command line tool for SIP testing +USE_CSTD= gnu89 GNU_CONFIGURE= yes MAN1= sipsak.1 |