Skip to content
Snippets Groups Projects
Unverified Commit 440a2e37 authored by John Hein's avatar John Hein Committed by Joseph Mingrone
Browse files

math/R: Specify tk_config location during configure

PR:		261779
parent 97c79d67
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,8 @@ RBLAS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_extra_blas_Makefile.in \
RPROF_CONFIGURE_ENABLE= R-profiling
TCLTK_IMPLIES= X11
TCLTK_USES= tcl tk
TCLTK_CONFIGURE_WITH= tcltk
TCLTK_CONFIGURE_WITH= tcltk tcl_config=${TCL_LIBDIR}/tclConfig.sh \
tk_config=${TK_LIBDIR}/tkConfig.sh
TEXDOCS_USE= TEX=dvipsk:build,kpathsea:build,pdftex:build
.for i in KPSEWHICH MAKEINDEX PDFLATEX PDFTEX TEX TEXI2DVI
TEXDOCS_CONFIGURE_ENV_OFF+= ac_cv_path_${i}=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment