mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Unmark broken on aarch64.
Submitted by: emaste (TRYBROKEN run) Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
50a6d75e18
commit
4e3cbf5262
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517026
@ -12,7 +12,6 @@ COMMENT= Codemist Standard Lisp REDUCE general-purpose computer system
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
BROKEN_aarch64= fails to install: Reduce-svn4372-src/cslbuild/aarch64-unknown-freebsd11.1/csl/reduce.img: No such file or directory
|
||||
BROKEN_armv6= fails to compile: redfront.h:118:12: conflicting types for '__wcwidth'
|
||||
BROKEN_powerpc64= fails to compile: arith01.cpp: 'statuc' does not name a type
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
--- generic/newfront/redfront.h.orig 2018-06-17 19:20:00 UTC
|
||||
+++ generic/newfront/redfront.h
|
||||
@@ -114,8 +114,11 @@ typedef void (*sig_t)(int);
|
||||
* version is different...
|
||||
*/
|
||||
#ifndef NATIVE_WINDOWS
|
||||
+
|
||||
#include "sys.h"
|
||||
+#ifndef wcwidth
|
||||
extern int wcwidth(wchar_t c);
|
||||
+#endif
|
||||
#include "chartype.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user