Date: Wed, 6 Jun 2012 15:51:22 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net-p2p/transmission-cli/files patch-libtransmission-fdlimit.c Message-ID: <201206061551.q56FpMH1028644@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206061551.q56FpMH1028644>
