mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
Lower warn level to allow building with the version of freetds in ports
This commit is contained in:
parent
c83d925d8e
commit
0bd82e6f32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368990
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ LOCALBASE?= /usr/local
|
||||||
PREFIX?= ${LOCALBASE}
|
PREFIX?= ${LOCALBASE}
|
||||||
TCL_VER?= 8.4
|
TCL_VER?= 8.4
|
||||||
TCL_DVER= ${TCL_VER:S/.//}
|
TCL_DVER= ${TCL_VER:S/.//}
|
||||||
WARNS?= 2
|
WARNS?= 0
|
||||||
|
|
||||||
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl${TCL_VER}
|
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl${TCL_VER}
|
||||||
LDADD= -L${LOCALBASE}/lib -lsybdb # -ltcl${TCL_DVER}
|
LDADD= -L${LOCALBASE}/lib -lsybdb # -ltcl${TCL_DVER}
|
||||||
|
|
Loading…
Add table
Reference in a new issue