Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2018 16:16:38 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461602 - head/devel/fossil
Message-ID:  <201802121616.w1CGGcus028856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Feb 12 16:16:38 2018
New Revision: 461602
URL: https://svnweb.freebsd.org/changeset/ports/461602

Log:
  devel/fossil: fix discovery of Tcl stubs library

Modified:
  head/devel/fossil/Makefile

Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile	Mon Feb 12 16:01:07 2018	(r461601)
+++ head/devel/fossil/Makefile	Mon Feb 12 16:16:38 2018	(r461602)
@@ -2,6 +2,7 @@
 
 PORTNAME=	fossil
 PORTVERSION=	2.5
+PORTREVISION=	1
 DISTVERSIONPREFIX=	src-
 PORTEPOCH=	2
 CATEGORIES=	devel www
@@ -36,6 +37,8 @@ FUSE_CONFIGURE_OFF=	--disable-fusefs
 TH1HOOKS_CONFIGURE_ON=	--with-th1-hooks
 TCL_CONFIGURE_ON=	--with-tcl-stubs --with-tcl=${TCL_LIBDIR}
 TCL_USES=		tcl
+TCL_CFLAGS=		-DTCL_LIBRARY_NAME=\\\"libtcl${TCL_SHLIB_VER}.so\\\" \
+			-DTCL_MINOR_OFFSET=7
 FUSE_LIB_DEPENDS=	libfuse.so:sysutils/fusefs-libs
 FUSE_USES=		localbase:ldflags
 



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