diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-22 19:12:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-22 19:12:49 +0000 |
commit | 0bd82e6f32a42d0d811a856943c15bb2e4805b68 (patch) | |
tree | 4c79dd79b188b2d475d13781030b3fcc704dbdc4 /databases | |
parent | Fix typo in step 5 of emulators/linux-c6 upgrade instruction, (diff) |
Lower warn level to allow building with the version of freetds in ports
Notes
Notes:
svn path=/head/; revision=368990
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sybtcl/files/Makefile.bsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sybtcl/files/Makefile.bsd b/databases/sybtcl/files/Makefile.bsd index 803be9766b33..1c1bfba449bb 100644 --- a/databases/sybtcl/files/Makefile.bsd +++ b/databases/sybtcl/files/Makefile.bsd @@ -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} |