pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/tcl-xapian
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Nov 7 22:35:50 UTC 2023
Modified Files:
pkgsrc/textproc/tcl-xapian: Makefile
Log Message:
tcl-xapian: fix build, missed in recent xapian update.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/tcl-xapian/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/tcl-xapian/Makefile
diff -u pkgsrc/textproc/tcl-xapian/Makefile:1.1 pkgsrc/textproc/tcl-xapian/Makefile:1.2
--- pkgsrc/textproc/tcl-xapian/Makefile:1.1 Mon Jul 10 17:34:04 2017
+++ pkgsrc/textproc/tcl-xapian/Makefile Tue Nov 7 22:35:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/07/10 17:34:04 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2023/11/07 22:35:50 schmonz Exp $
PKGNAME= tcl-${PKGNAME_MODULE}
COMMENT= Tcl bindings for Xapian search engine
@@ -7,6 +7,7 @@ HOMEPAGE= https://xapian.org/docs/bindi
.include "../../lang/tcl/Makefile.version"
CONFIGURE_ARGS+= --with-tcl
+CONFIGURE_ENV+= TCL_LIB=${PREFIX:Q}/lib/tcl
REPLACE_INTERPRETER= tcl
REPLACE.tcl.old= /usr/bin/env tclsh
Home |
Main Index |
Thread Index |
Old Index