$OpenBSD: patch-third_party_pdfium_build_standalone_gypi,v 1.5 2015/07/23 13:44:04 robert Exp $
--- third_party/pdfium/build/standalone.gypi.orig.port	Wed Jul 15 22:31:51 2015
+++ third_party/pdfium/build/standalone.gypi	Wed Jul 22 08:37:30 2015
@@ -13,7 +13,7 @@
       'variables': {
         'variables': {
           'conditions': [
-            ['OS=="linux" or OS=="mac"', {
+            ['OS=="linux" or OS=="mac" or OS=="openbsd"', {
               # This handles the Unix platforms we generally deal with.
               # Anything else gets passed through, which probably won't work
               # very well; such hosts should pass an explicit target_arch
@@ -111,7 +111,7 @@
           },
         },
         'conditions': [
-          ['OS=="linux"', {
+          ['OS=="linux" or OS=="openbsd"', {
             'cflags': [
               '-fdata-sections',
               '-ffunction-sections',
@@ -283,4 +283,4 @@
     # See comment in Chromium's common.gypi for why this is needed.
     'SYMROOT': '<(DEPTH)/xcodebuild',
   }
-}
\ No newline at end of file
+}
