cvs commit: ports/devel/linux_kdump/files patch-mkioctls.linux

Marcel Moolenaar marcel at FreeBSD.org
Sat Feb 21 15:46:44 PST 2004


marcel      2004/02/21 15:46:44 PST

  FreeBSD ports repository

  Added files:
    devel/linux_kdump/files patch-mkioctls.linux 
  Log:
  On FreeBSD 4, gcc(1) does not have the __builtin_va_list type, which
  breaks the build of linux_ioctl.c because it contains Linux header
  contents. Since we do not depend on stdargs, add a define to replace
  __builtin_va_list with int when running the Linux compiler to generate
  linux_ioctl.c. This fixes the port on FreeBSD 4.
  
  Revision  Changes    Path
  1.1       +11 -0     ports/devel/linux_kdump/files/patch-mkioctls.linux (new)


More information about the cvs-ports mailing list