[tlbuild] Failures on Solaris (LuaTeX, Harfbuzz)

Apostolos Syropoulos asyropoulos at gmail.com
Fri Feb 1 17:35:40 CET 2019


Now harfbuzz compiles but zzplib fails. The following patch solves the
problem

--- source/libs/zziplib/zziplib-src/zzip/stat.c.orig    2019-02-01
18:16:07.1735
58673 +0000
+++ source/libs/zziplib/zziplib-src/zzip/stat.c 2019-02-01
18:16:35.317124409 +0
000
@@ -16,7 +16,7 @@
 #include <zzip/lib.h>           /* exported... */
 #include <zzip/file.h>
 #include <string.h>
-#if defined(_AIX)
+#if (defined(_AIX) || defined(__sun))
 #include <strings.h> /* for strcasecmp */
 #endif
 #include <sys/stat.h>

Regards,

A.S.

-- 
Apostolos Syropoulos
Xanthi, GREECE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/tlbuild/attachments/20190201/283b6551/attachment.html>


More information about the tlbuild mailing list