diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-05 07:00:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-05 07:00:51 +0800 |
commit | fba31bfc33998797c851bebffc21bdc1811df115 (patch) | |
tree | 61cbfaccb5f1357542f2b2a3a192178ef5ec5161 | |
parent | ca17173f1dddbd91baf376bb4c2d10b4cad9f26d (diff) | |
download | freebsd-ports-gnome-fba31bfc33998797c851bebffc21bdc1811df115.tar.gz freebsd-ports-gnome-fba31bfc33998797c851bebffc21bdc1811df115.tar.zst freebsd-ports-gnome-fba31bfc33998797c851bebffc21bdc1811df115.zip |
Remove USE_GCC=any, the port build properly with clang is USE_CSTD is set to gnu89
-rw-r--r-- | devel/argp-standalone/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/argp-standalone/Makefile b/devel/argp-standalone/Makefile index b1cb747a1bdc..46f96e478f88 100644 --- a/devel/argp-standalone/Makefile +++ b/devel/argp-standalone/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: argp-standalone -# Date created: 1 March 2004 -# Whom: Sergey Matveychuk <sem@ciam.ru> -# +# Created by: Sergey Matveychuk <sem@ciam.ru> # $FreeBSD$ -# PORTNAME= argp-standalone PORTVERSION= 1.3 @@ -16,7 +12,7 @@ MASTER_SITE_SUBDIR= sem MAINTAINER= sem@FreeBSD.org COMMENT= Standalone version of arguments parsing functions from GLIBC -USE_GCC= any +USE_CSTD= gnu89 GNU_CONFIGURE= yes USE_AUTOTOOLS= aclocal autoconf automake libtool AUTOMAKE_ARGS= -c -a |