Lower warn level to allow building with the version of freetds in ports

This commit is contained in:
Antoine Brodin 2014-09-22 19:12:49 +00:00
parent c83d925d8e
commit 0bd82e6f32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368990

View file

@ -7,7 +7,7 @@ LOCALBASE?= /usr/local
PREFIX?= ${LOCALBASE}
TCL_VER?= 8.4
TCL_DVER= ${TCL_VER:S/.//}
WARNS?= 2
WARNS?= 0
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl${TCL_VER}
LDADD= -L${LOCALBASE}/lib -lsybdb # -ltcl${TCL_DVER}