Index: head/lang/gambas/files/patch-src::lib::net::curl::CFtpClient.c =================================================================== --- head/lang/gambas/files/patch-src::lib::net::curl::CFtpClient.c (nonexistent) +++ head/lang/gambas/files/patch-src::lib::net::curl::CFtpClient.c (revision 117585) @@ -0,0 +1,14 @@ +--- src/lib/net/curl/CFtpClient.c.orig Sun Jun 27 14:14:20 2004 ++++ src/lib/net/curl/CFtpClient.c Sun Aug 29 18:34:27 2004 +@@ -24,6 +24,11 @@ + #define __CFTPCLIENT_C + + #include ++#if defined(__FreeBSD__) ++/* Don't use the wrappering macro but the real function ++ With gcc-3.4.2 feof(THIS_FILE) is forbidden */ ++# undef feof ++#endif + #include + #include + #include Property changes on: head/lang/gambas/files/patch-src::lib::net::curl::CFtpClient.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property