summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-02-08 20:36:20 +0000
committerMoonchild <moonchild@palemoon.org>2021-02-08 20:36:20 +0000
commit5c1d1d37fbc4f0ebe42c83615beec9a8bf494d95 (patch)
treefb89e503c2521481dcd83c93570c1a9de7d8158f /gfx
parentaa99e588767ef86520d78bbc4607117ab4df1c11 (diff)
parent9f2085b5e9cacef40e942b72fc9b4e729defe2c1 (diff)
downloaduxp-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.cc2
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"