From owner-svn-ports-head@FreeBSD.ORG Sat Oct 19 20:14:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0C3DCBBE; Sat, 19 Oct 2013 20:14:15 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED7782E72; Sat, 19 Oct 2013 20:14:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9JKEEus068873; Sat, 19 Oct 2013 20:14:14 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9JKEE54068872; Sat, 19 Oct 2013 20:14:14 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201310192014.r9JKEE54068872@svn.freebsd.org> From: Tijl Coosemans Date: Sat, 19 Oct 2013 20:14:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330932 - head/devel/psptoolchain-gdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 20:14:15 -0000 Author: tijl Date: Sat Oct 19 20:14:14 2013 New Revision: 330932 URL: http://svnweb.freebsd.org/changeset/ports/330932 Log: Fix build with clang (USE_CSTD=gnu89). PR: ports/182939 Modified: head/devel/psptoolchain-gdb/Makefile (contents, props changed) Modified: head/devel/psptoolchain-gdb/Makefile ============================================================================== --- head/devel/psptoolchain-gdb/Makefile Sat Oct 19 20:03:52 2013 (r330931) +++ head/devel/psptoolchain-gdb/Makefile Sat Oct 19 20:14:14 2013 (r330932) @@ -13,8 +13,9 @@ COMMENT= PlayStation Portable developme BUILD_DEPENDS= ${LOCALBASE}/psp/sdk/lib/libpspsdk.a:${PORTSDIR}/devel/psptoolchain-pspsdk-stage2 +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes +USE_CSTD= gnu89 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \