Docs: FreeBSD gcc v4/v5 needs _GLIBCXX_USE_C99 for C++11 #873

This commit is contained in:
Lovell Fuller 2017-07-25 14:54:44 +01:00
parent eb8773fe3e
commit 6b34e8a804

View File

@ -91,6 +91,9 @@ This can be achieved via [FreshPorts](https://www.freshports.org/graphics/vips/)
cd /usr/ports/graphics/vips/ && make install clean
```
FreeBSD's gcc v4 and v5 need `CXXFLAGS=-D_GLIBCXX_USE_C99` set for C++11 support due to
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193528
### Heroku
libvips and its dependencies are fetched and stored within `node_modules\sharp\vendor` during `npm install`.