mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Remove USE_GCC=any, the port build properly with clang is USE_CSTD is set to gnu89
This commit is contained in:
parent
a12fc159d1
commit
ba5a195a95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326332
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user