]> git.sur5r.net Git - i3/i3/commit
Use -idirafter which is the same as -I but first looks at the standard system headers
authorMichael Stapelberg <michael+git@stapelberg.de>
Sun, 8 Mar 2009 19:04:33 +0000 (20:04 +0100)
committerMichael Stapelberg <michael+git@stapelberg.de>
Sun, 8 Mar 2009 19:04:33 +0000 (20:04 +0100)
commit253ba10bfb994c34d14d071209f202bd2bdd1dc5
treeac3f786edd79ae4fd6d35ec8a71e2e6c40f7c293
parent71221baca0c0ce6111c93d3c74f09f870782e944
Use -idirafter which is the same as -I but first looks at the standard system headers

As iconv(3) is in NetBSD’s libc but the GNU version can be installed to /usr/pkg, searching
/usr/pkg/include before /usr/include (standard behaviour with -I) is not a good idea.
Makefile