cvs commit: ports/x11-wm/wmii Makefile

Alexey Dokuchaev danfe at FreeBSD.org
Thu Feb 25 10:05:22 UTC 2010


danfe       2010-02-25 10:05:22 UTC

  FreeBSD ports repository

  Modified files:
    x11-wm/wmii          Makefile 
  Log:
  Fix the build on amd64 and sparc64 (at least).  I can think of little
  reasons to unconditionally reimplement strlcat(3), which is being around in
  BSD for over a decade now, but WMII does it anyways.  Apparently, somebody
  needs to reread Unix Haters Handbook.
  
  Despite the fact that return value of strlcat() does not seem to be used
  anywhere, I decided to keep their implementation instead of switching to
  kosher implementation from our libc, just in case of some weird bug-to-bug
  compatibility issue.
  
  Closes PR:      ports/143594
  Feature safe:   yes
  
  Revision  Changes    Path
  1.24      +7 -8      ports/x11-wm/wmii/Makefile


More information about the cvs-ports mailing list