svn commit: r368990 - head/databases/sybtcl/files
Antoine Brodin
antoine at FreeBSD.org
Mon Sep 22 19:12:50 UTC 2014
Author: antoine
Date: Mon Sep 22 19:12:49 2014
New Revision: 368990
URL: http://svnweb.freebsd.org/changeset/ports/368990
QAT: https://qat.redports.org/buildarchive/r368990/
Log:
Lower warn level to allow building with the version of freetds in ports
Modified:
head/databases/sybtcl/files/Makefile.bsd
Modified: head/databases/sybtcl/files/Makefile.bsd
==============================================================================
--- head/databases/sybtcl/files/Makefile.bsd Mon Sep 22 19:08:59 2014 (r368989)
+++ head/databases/sybtcl/files/Makefile.bsd Mon Sep 22 19:12:49 2014 (r368990)
@@ -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}
More information about the svn-ports-all
mailing list