There's a merged pull request on the void-packages repository giac: fix `#include ` in musl https://github.com/void-linux/void-packages/pull/45735 Description: As reported in https://github.com/void-linux/void-packages/pull/45708#issuecomment-1688333569, including fails in musl because the HAVE_TGAMMAF macro from autotools is not available at this time. Here we include a patch adapted from https://github.com/geogebra/giac/commit/618a5de3349f8def5bdb909fea42fb447b6aad4a which is the solution upstream will include in next release of giac. We need to fix this now so we can build sagemath in musl! #### Testing the changes - I tested the changes in this PR: **YES**