diff options
author | brooks <brooks@FreeBSD.org> | 2013-01-11 17:51:03 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2013-01-11 17:51:03 +0000 |
commit | 05884d1e6d79cdf2481b31f3475ff4fc34369cb5 (patch) | |
tree | d8f642617878d6f94a3dc4a80b022e68215d1d7d /lib/libc | |
parent | 24403111aa72daba29f4983a3ceb7e69343299ff (diff) | |
download | FreeBSD-src-05884d1e6d79cdf2481b31f3475ff4fc34369cb5.zip FreeBSD-src-05884d1e6d79cdf2481b31f3475ff4fc34369cb5.tar.gz |
Add contrib/libc-vis to the include path so we reliably pick up the right
version of vis.h.
Reported by: dim
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc index abface8..0bbbb33 100644 --- a/lib/libc/gen/Makefile.inc +++ b/lib/libc/gen/Makefile.inc @@ -40,6 +40,7 @@ SRCS+= __getosreldate.c __xuname.c \ SRCS+= pwcache.c pwcache.h .PATH: ${.CURDIR}/../../contrib/libc-vis +CFLAGS+= -I${.CURDIR}/../../contrib/libc-vis SRCS+= unvis.c vis.c MISRCS+=modf.c |