Skip to content

libsass 0.13.2 use deprecated -std=gnu++0x #2459

@plavcik

Description

@plavcik

I propose switch to

-std=c++11

--- /tmp/setup.py       Sat Aug  5 11:19:24 2017
+++ setup.py    Sat Aug  5 11:32:43 2017
@@ -85,7 +85,7 @@
     link_flags = []
 else:
     flags = [
-        '-fPIC', '-std=gnu++0x', '-Wall', '-Wno-parentheses', '-Werror=switch',
+        '-fPIC', '-std=c++11', '-Wall', '-Wno-parentheses', '-Werror=switch',
     ]
     platform.mac_ver()
     if platform.system() in ['Darwin', 'FreeBSD']:

successfully builded on OpenBSD 6.1 with LLVM
clang version 4.0.0 (tags/RELEASE_400/final)
Target: amd64-unknown-openbsd6.1
Thread model: posix

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions