Sha256: 421446e73f8beed2714a074cd5b0cc6df07eb548155d5e5778975309995cb1d0

Contents?: true

Size: 447 Bytes

Versions: 8

Compression:

Stored size: 447 Bytes

Contents

diff --git a/build/standalone.gypi b/build/standalone.gypi
index ebdf557..c7a59bc 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -98,6 +98,9 @@
           [ 'OS=="linux"', {
             'cflags': [ '-ansi' ],
           }],
+          [ 'OS=="freebsd"', {
+            'cflags': [ '-fno-strict-aliasing', ],
+          }],
           [ 'visibility=="hidden"', {
             'cflags': [ '-fvisibility=hidden' ],
           }],

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/libv8-3.11.8.4/patches/gcc42-on-freebsd.patch
libv8-3.11.8.11 patches/gcc42-on-freebsd.patch
libv8-3.11.8.10 patches/gcc42-on-freebsd.patch
libv8-3.11.8.9 patches/gcc42-on-freebsd.patch
libv8-3.11.8.8 patches/gcc42-on-freebsd.patch
libv8-3.11.8.7 patches/gcc42-on-freebsd.patch
libv8-3.11.8.4 patches/gcc42-on-freebsd.patch
libv8-freebsd-3.11.8.3 patches/gcc42-on-freebsd.patch