Compiling matio with base-gcc fails with 

mat73.c:1: error: stray '\357' in program
mat73.c:1: error: stray '\273' in program
mat73.c:1: error: stray '\277' in program

Shifting to ports-gcc fixes the built.

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/math/matio/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile    18 Nov 2020 14:20:14 -0000      1.17
+++ Makefile    21 Nov 2020 18:15:30 -0000
@@ -13,6 +13,8 @@
 
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=matio/}
 
+COMPILER=              base-clang ports-gcc
+
 WANTLIB =              c hdf5 m z
 
 LIB_DEPENDS=           math/hdf5

Reply via email to