$OpenBSD: patch-build_moz_configure_memory_configure,v 1.2 2017/10/27 16:46:55 ajacoutot Exp $

Index: build/moz.configure/memory.configure
--- build/moz.configure/memory.configure.orig
+++ build/moz.configure/memory.configure
@@ -66,7 +66,7 @@ def jemalloc_os_define(jemalloc, jemalloc4, target):
             return 'MOZ_MEMORY_LINUX'
         if target.kernel == 'Darwin':
             return 'MOZ_MEMORY_DARWIN'
-        if target.kernel in ('kFreeBSD', 'FreeBSD', 'NetBSD'):
+        if target.kernel in ('kFreeBSD', 'FreeBSD', 'NetBSD', 'OpenBSD'):
             return 'MOZ_MEMORY_BSD'
         die('--enable-jemalloc is not supported on %s', target.kernel)
 
