Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2019 19:44:26 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507527 - head/lang/newlisp-devel
Message-ID:  <201907281944.x6SJiQk1012858@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907281944.x6SJiQk1012858>