Date: Tue, 30 Sep 2003 05:27:42 -0700 (PDT) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/lft Makefile ports/net/lft/files patch-lft.c Message-ID: <200309301227.h8UCRg5J081765@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/09/30 05:27:42 PDT
FreeBSD ports repository
Modified files:
net/lft Makefile
net/lft/files patch-lft.c
Log:
patch for net/lft
ports/net/lft has a slight problem on 4.x servers
GCC 2.95 does not support atol on 4.x, where as 5.x has
atol, to solve this slight problem we must use either a
version check, or use depreciated atoll
Informed maintainer.
PR: ports/56063
Submited by: Scott M. Likens <damm@fpsn.net>
Revision Changes Path
1.4 +1 -0 ports/net/lft/Makefile
1.3 +25 -7 ports/net/lft/files/patch-lft.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309301227.h8UCRg5J081765>
