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

Mark Linimon linimon at FreeBSD.org
Sat May 20 23:20:34 UTC 2017


Author: linimon
Date: Sat May 20 23:20:32 2017
New Revision: 441354
URL: https://svnweb.freebsd.org/changeset/ports/441354

Log:
  Fix typo in error message.

Modified:
  head/lang/newlisp-devel/Makefile

Modified: head/lang/newlisp-devel/Makefile
==============================================================================
--- head/lang/newlisp-devel/Makefile	Sat May 20 23:09:23 2017	(r441353)
+++ head/lang/newlisp-devel/Makefile	Sat May 20 23:20:32 2017	(r441354)
@@ -12,7 +12,7 @@ COMMENT=	LISP like scripting language
 
 LICENSE=	GPLv3
 
-BROKEN_powerpc64=	does not build: error: redefinition of typedef 'CPPFunction
+BROKEN_powerpc64=	does not build: error: redefinition of typedef CPPFunction
 
 LIB_DEPENDS=	libffi.so:devel/libffi
 


More information about the svn-ports-all mailing list