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:
parent
7dbc7b34f3
commit
9f23617fb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162910
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user