diff options
author | Moonchild <moonchild@palemoon.org> | 2021-02-08 20:36:20 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-02-08 20:36:20 +0000 |
commit | 5c1d1d37fbc4f0ebe42c83615beec9a8bf494d95 (patch) | |
tree | fb89e503c2521481dcd83c93570c1a9de7d8158f /gfx | |
parent | aa99e588767ef86520d78bbc4607117ab4df1c11 (diff) | |
parent | 9f2085b5e9cacef40e942b72fc9b4e729defe2c1 (diff) | |
download | uxp-5c1d1d37fbc4f0ebe42c83615beec9a8bf494d95.tar.gz |
Merge pull request 'Support for latest stable FreeBSD (12.2)' (#1736) from OlCe1/UXP:FreeBSD-support-update into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1736
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/harfbuzz/src/hb-blob.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/harfbuzz/src/hb-blob.cc b/gfx/harfbuzz/src/hb-blob.cc index fb48f03cab..6577781c19 100644 --- a/gfx/harfbuzz/src/hb-blob.cc +++ b/gfx/harfbuzz/src/hb-blob.cc @@ -24,10 +24,12 @@ * Red Hat Author(s): Behdad Esfahbod */ +#ifndef __FreeBSD__ /* http://www.oracle.com/technetwork/articles/servers-storage-dev/standardheaderfiles-453865.html */ #ifndef _POSIX_C_SOURCE #define _POSIX_C_SOURCE 199309L #endif +#endif #include "hb-private.hh" |