Make sure, @itcl_BUILD_LIB_SPEC@ is replaced by "-L${PREFIX}/lib -litcl"

in itclConfig.sh too. No current ports seem to require this, but
something else might.
This commit is contained in:
Mikhail Teterin 2006-05-20 22:26:19 +00:00
parent 7dbc7b34f3
commit 9f23617fb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162910

View File

@ -25,6 +25,7 @@ pkgIndex.tcl: pkgIndex.tcl.in
itclConfig.sh: itclConfig.sh.in
sed -e 's#@itcl_LIB_FILE@#${SHLIB_NAME}#g' \
-e 's#@itcl_BUILD_LIB_SPEC@#-L${LIBDIR} -litcl#' \
-e 's#@itcl_LIB_SPEC@#-L${LIBDIR} -litcl#' < $> > $@
SCRIPTDIR= lib/itcl${MAJOR}.${MINOR}