svn commit: r330932 - head/devel/psptoolchain-gdb

Tijl Coosemans tijl at FreeBSD.org
Sat Oct 19 20:14:15 UTC 2013


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} \


More information about the svn-ports-head mailing list