This patch modifies some gcc parts too, but basically it makes the port
respect CFLAGS. Because of bugs in combination with gcc 3.x and some
optimization options the CFLAGS are hardcoded (better safe than sorry).
I've tested the gcc part of the fix on 4-stable and two 5.x systems.
Submitted by: Marius Strobl <marius@alchemy.franken.de> [1]
Approved by: maintainer timeout (for devel/stlport)
This is a proof of concept and needs some improvements (it overwrites
the includes of devel/stlport).
It doesn't compile on -current at the moment because of some gcc specific
system headers.
Submitted by: marius@alchemy.franken.de