Date: Wed, 4 Sep 2013 23:00:52 +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: r326332 - head/devel/argp-standalone Message-ID: <201309042300.r84N0qSq022356@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Sep 4 23:00:51 2013 New Revision: 326332 URL: http://svnweb.freebsd.org/changeset/ports/326332 Log: Remove USE_GCC=any, the port build properly with clang is USE_CSTD is set to gnu89 Modified: head/devel/argp-standalone/Makefile Modified: head/devel/argp-standalone/Makefile ============================================================================== --- head/devel/argp-standalone/Makefile Wed Sep 4 22:57:50 2013 (r326331) +++ head/devel/argp-standalone/Makefile Wed Sep 4 23:00:51 2013 (r326332) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309042300.r84N0qSq022356>