You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.
The file xv-20091215-werner-fink-multiple-fixes.patch.mime addressed, among other things, switching away from using CLK_TCK to sysconf(_SC_CLK_TCK).
The patch number four uses the correct tick definition of the system instead of a hard defined value. In fact CLK_TCK isn't defined anymore on newer Linux systems as it now becomes variable at boot time.
Later on, I want to have the Makefile (or Autoconf) check to see if we should use sysconf(_SC_CLK_TCK) and if not, use the constant CLK_TCK.
The text was updated successfully, but these errors were encountered:
The file xv-20091215-werner-fink-multiple-fixes.patch.mime addressed, among other things, switching away from using
CLK_TCK
tosysconf(_SC_CLK_TCK)
.Later on, I want to have the Makefile (or Autoconf) check to see if we should use
sysconf(_SC_CLK_TCK)
and if not, use the constantCLK_TCK
.The text was updated successfully, but these errors were encountered: