Posted to tcl by venks at Tue Sep 08 04:27:39 GMT 2015view raw

  1. 102 ## Tk Resources (needed for Win32 support) -- remove kit-found resources to prevent the symbols from being in conflict
  2. 103 TKDIR="$(cd "${OTHERPKGSDIR}/tk/inst" && pwd)"
  3. 104 TKRSRC="${TKDIR}/lib/tkbase.res.o"
  4. 105 if [ -n "${TKDIR}" -a -f "${TKRSRC}" ]; then
  5. 106 EXTRA_OBJS="${EXTRA_OBJS} ${TKRSRC}"
  6. 107
  7. 108 echo ' *** Removing "kit.rc" since we have Tk with its own resource file'
  8. 109
  9. 110 rm -f "${BUILDDIR}/kit.rc"
  10. 111 fi
  11. 112
  12.  

Comments

Posted by venks at Tue Sep 08 06:11:19 GMT 2015 [text] [code]

False alarm. Missed pre.sh failures due to missing autoconf.