Use -I instead of -isystem for system header directories when building

with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-03-14 20:36:42 +00:00
parent 80a1eea587
commit 2c97a8d164
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ enum {
_ISxdigit = 0x1000, /* hexadecimal digit */
_ISspace = 0x2000, /* white space */
_ISprint = 0x4000, /* printing */
_ISgraph = 0x8000, /* graphical */
_ISgraph = 0x8000 /* graphical */
};
/* Characteristics */