svn commit: r245308 - head/lib/libc/gen

Brooks Davis brooks at FreeBSD.org
Fri Jan 11 17:51:04 UTC 2013


Author: brooks
Date: Fri Jan 11 17:51:03 2013
New Revision: 245308
URL: http://svnweb.freebsd.org/changeset/base/245308

Log:
  Add contrib/libc-vis to the include path so we reliably pick up the right
  version of vis.h.
  
  Reported by:	dim

Modified:
  head/lib/libc/gen/Makefile.inc

Modified: head/lib/libc/gen/Makefile.inc
==============================================================================
--- head/lib/libc/gen/Makefile.inc	Fri Jan 11 17:34:30 2013	(r245307)
+++ head/lib/libc/gen/Makefile.inc	Fri Jan 11 17:51:03 2013	(r245308)
@@ -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


More information about the svn-src-all mailing list