Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2012 08:52:30 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Outback Dingo <outbackdingo@gmail.com>
Cc:        freebsd-current <freebsd-current@freebsd.org>, freebsd-ports@freebsd.org
Subject:   Re: FYI clang fails to build ports argp-standalone
Message-ID:  <4FB34EAE.4040704@FreeBSD.org>
In-Reply-To: <CAKYr3zy4CQi==ypTts6gBjzCo_G5OV0HfT4RMpePH8sf%2BM3v%2BA@mail.gmail.com>
References:  <CAKYr3zy4CQi==ypTts6gBjzCo_G5OV0HfT4RMpePH8sf%2BM3v%2BA@mail.gmail.com>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
On 2012-05-14 22:03, Outback Dingo wrote:> build on CURRENT Not sure if its appropriate here, but when trying to
> get through a new glusterfs FYI clang fails to build ports
> argp-standalone on CURRENT

This is easy to fix, patch attached.

[-- Attachment #2 --]
Index: devel/argp-standalone/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/argp-standalone/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- devel/argp-standalone/Makefile	4 Dec 2010 07:31:00 -0000	1.12
+++ devel/argp-standalone/Makefile	15 May 2012 12:20:47 -0000
@@ -21,6 +21,7 @@
 AUTOMAKE_ARGS=	-c -a
 ACLOCAL_ARGS=	--acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
 USE_LDCONFIG=	yes
+USE_CSTD=	c89
 
 PLIST_FILES=	lib/libargp.la lib/libargp.a \
 		lib/libargp.so lib/libargp.so.0 \

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FB34EAE.4040704>