Date: Sat, 19 Oct 2013 20:14:14 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330932 - head/devel/psptoolchain-gdb Message-ID: <201310192014.r9JKEE54068872@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310192014.r9JKEE54068872>