aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-23 03:12:49 +0800
committerantoine <antoine@FreeBSD.org>2014-09-23 03:12:49 +0800
commit672b7b67d923cc7f7d8e11d13face14f77c3f09d (patch)
tree4c79dd79b188b2d475d13781030b3fcc704dbdc4 /databases
parenteee7de7c7d8b8aeff12a6ff5212f599489fa295f (diff)
downloadfreebsd-ports-graphics-672b7b67d923cc7f7d8e11d13face14f77c3f09d.tar.gz
freebsd-ports-graphics-672b7b67d923cc7f7d8e11d13face14f77c3f09d.tar.zst
freebsd-ports-graphics-672b7b67d923cc7f7d8e11d13face14f77c3f09d.zip
Lower warn level to allow building with the version of freetds in ports
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 803be9766b3..1c1bfba449b 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}