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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to