crees       2012-06-06 15:51:22 UTC

  FreeBSD ports repository

  Added files:
    net-p2p/transmission-cli/files patch-libtransmission-fdlimit.c 
  Log:
  posix-fadvise was added to FreeBSD on 04/November 2011 [1], which is picked
  up by the configure script.
  
  However, the function is marked as available, but libtransmission/fdlimit.c
  has a conditional include on fcntl.h, which causes the compilation to fail.
  
  This patch removes the condition on fcntl.h inclusion, hopefully fixing the
  build.
  
  PR:             ports/167195
  
  [1] http://svnweb.freebsd.org/base/head/sys/sys/fcntl.h?view=log#rev227070
  
  Revision  Changes    Path
  1.1       +13 -0     
ports/net-p2p/transmission-cli/files/patch-libtransmission-fdlimit.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"

Reply via email to