summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-22 19:12:49 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-22 19:12:49 +0000
commit0bd82e6f32a42d0d811a856943c15bb2e4805b68 (patch)
tree4c79dd79b188b2d475d13781030b3fcc704dbdc4 /databases
parentFix 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.bsd2
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}