summaryrefslogtreecommitdiffstats
path: root/gfx/harfbuzz
Commit message (Collapse)AuthorAgeLines
* Issue #1730 - Part 2: harfbuzz: Remove some useless define causing a build errorOlivier Certner2021-02-05-0/+2
| | | | | | | | | | Defining _POSIX_C_SOURCE to 199309L on FreeBSD causes compile errors, because of an obscure interaction between system wrappers and libc++ headers. The source doesn't seem to need it at all, which tests confirm. I bet that this is not needed either on other modern systems (even those based on glibc), and that the define could probably be entirely removed. Not trying it because I can't test it myself.
* Redundant code path cleanup (#1702)Moonchild2021-01-02-13/+1
| | | | | | | | | Remove various obsolete configure options. Remove Adjust SDK install tracking filth. Remove redundant code paths in old-configure This also optimizes linker use Remove redundant conditional blocks. Rewrite span.h without constexpr use.
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-1/+0
|
* Issue #80 - De-unify gfx/harfbuzzMoonchild2020-05-14-11/+8
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+55379