Subject: CVS commit: pkgsrc/math/z3
From: Havard Eidnes
Date: 2022-09-25 13:01:34
Message id: 20220925110135.02320FA90@cvs.NetBSD.org

Log Message:
math/z3: make this build on NetBSD/macppc 9.99.99.

Fixes two issues:
 * <immintrin.h> is only available on amd64 and i386 (I think...)
 * The scanner depends on signed chars a number of places.  Sprinkle
   "signed" a minimal set of places to make this explicit, to deal
   with powerpc where "char" == "unsigned char".
Bump PKGREVISION.

Files:
RevisionActionfile
1.17modifypkgsrc/math/z3/Makefile
1.13modifypkgsrc/math/z3/distinfo
1.1addpkgsrc/math/z3/patches/patch-src_parsers_util_scanner.cpp
1.1addpkgsrc/math/z3/patches/patch-src_parsers_util_scanner.h
1.3addpkgsrc/math/z3/patches/patch-src_util_mpz.cpp