Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2014 19:12:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368990 - head/databases/sybtcl/files
Message-ID:  <201409221912.s8MJCo7C065465@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409221912.s8MJCo7C065465>