svn commit: r505662 - head/devel/psptoolchain-gcc-stage1

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jul 2 08:13:57 UTC 2019


Author: pkubaj
Date: Tue Jul  2 08:13:55 2019
New Revision: 505662
URL: https://svnweb.freebsd.org/changeset/ports/505662

Log:
  devel/psptoolchain-gcc-stage2: fix build with GCC-based architectures
  
  Add USES=compiler:c11:
  cc1: error: unrecognized command line option "-Wno-reserved-user-defined-literal"
  
  PR:		238249
  Approved by:	mentors (implicit approval)

Modified:
  head/devel/psptoolchain-gcc-stage1/Makefile

Modified: head/devel/psptoolchain-gcc-stage1/Makefile
==============================================================================
--- head/devel/psptoolchain-gcc-stage1/Makefile	Tue Jul  2 07:19:56 2019	(r505661)
+++ head/devel/psptoolchain-gcc-stage1/Makefile	Tue Jul  2 08:13:55 2019	(r505662)
@@ -36,7 +36,7 @@ BUILD_DEPENDS+=		psp-addr2line:devel/psptoolchain-binu
 			psp-strings:devel/psptoolchain-binutils \
 			psp-strip:devel/psptoolchain-binutils
 
-USES+=			gmake libtool tar:bzip2
+USES+=			compiler:c11 gmake libtool tar:bzip2
 
 MAKE_ENV+=		PATH=${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin:${PREFIX}/bin:${PATH}
 HAS_CONFIGURE=		yes


More information about the svn-ports-all mailing list