Displaying 1 result from an estimated 1 matches for "reinplace_cmd".
2016 Jul 23
0
status of the FreeBSD port/package and some questions
...on't see an autoconf option to do this,
so here is our workaround when the user chooses not to install the PDF
manuals:
.for i in KPSEWHICH MAKEINDEX PDFLATEX PDFTEX TEX TEXI2DVI
CONFIGURE_ENV+=ac_cv_path_${i}=""
.endfor
5. Miscellaneous
We changed a few default locations.
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g'\
${WRKSRC}/src/nmath/standalone/Makefile.in \
${WRKSRC}/src/unix/Makefile.in
@${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" \
${WRKSRC}/configure
We created versions for shared libraries.
.for L in R Rblas Rlapack
@...