diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-07-29 11:26:54 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-07-29 11:26:54 +0000 |
commit | 3e5289dd396bd9d1ce536c2b95ccb37f932915c1 (patch) | |
tree | aa0ab2cc56b017114c41e7e49831917df18e1076 /graphics | |
parent | 9147ba839bee33a39516e8fafd69c69522249b0d (diff) | |
download | pkgsrc-3e5289dd396bd9d1ce536c2b95ccb37f932915c1.tar.gz |
Fix the C99 problem on SunOS properly.
GCC 4.6 and newer on SunOS will force C99 with C++, which requires
_XOPEN_SOURCE=600 to be set. On the other hand, GCC 4.5 and earlier will
require C99 for _XOPEN_SOURCE=600, but reject C99 for C++ code.
Set _XOPEN_SOURCE to 500 or 600 accordingly.
Diffstat (limited to 'graphics')
0 files changed, 0 insertions, 0 deletions