svn commit: r507527 - head/lang/newlisp-devel

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jul 28 19:44:27 UTC 2019


Author: pkubaj
Date: Sun Jul 28 19:44:26 2019
New Revision: 507527
URL: https://svnweb.freebsd.org/changeset/ports/507527

Log:
  lang/newlisp-devel: fix build with GCC-based architectures
  
  Add USES=compiler:c11:
  error: redefinition of typedef CPPFunction
  
  Approved by:	mentors (implicit approval)

Modified:
  head/lang/newlisp-devel/Makefile

Modified: head/lang/newlisp-devel/Makefile
==============================================================================
--- head/lang/newlisp-devel/Makefile	Sun Jul 28 19:36:23 2019	(r507526)
+++ head/lang/newlisp-devel/Makefile	Sun Jul 28 19:44:26 2019	(r507527)
@@ -15,13 +15,12 @@ LICENSE=	GPLv3
 
 BROKEN_mips=		fails to compile: unrecognized command line option "-m64"
 BROKEN_mips64=		fails to compile: unrecognized command line option "-m64"
-BROKEN_powerpc64=	fails to build: error: redefinition of typedef CPPFunction
 
 LIB_DEPENDS=	libffi.so:devel/libffi
 
 CONFLICTS=	newlisp-[0-9]*
 
-USES=		readline tar:tgz
+USES=		compiler:c11 readline tar:tgz
 
 HAS_CONFIGURE=	yes
 ALL_TARGET=	default


More information about the svn-ports-head mailing list