From f62ba38aa4859ce7cc9c4841853b415d9ed93488 Mon Sep 17 00:00:00 2001 From: Jean Milanez Melo Date: Wed, 31 May 2006 17:50:06 +0000 Subject: - Update to 0.3.4. - Unbreak on 4.X. - Update to use new USE_RC_SUBR style. PR: ports/96266 Submitted by: Olivier Beyssac (maintainer) Reworked by: mnag, jmelo Approved by: mnag (mentor) --- net/bld/files/patch-ac | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 net/bld/files/patch-ac (limited to 'net/bld/files/patch-ac') diff --git a/net/bld/files/patch-ac b/net/bld/files/patch-ac new file mode 100644 index 000000000000..65667ad83db2 --- /dev/null +++ b/net/bld/files/patch-ac @@ -0,0 +1,20 @@ +# +# Fix build on 4.x reorganizing #include headers +# + +--- client.c.orig Wed May 31 14:23:30 2006 ++++ client.c Wed May 31 14:23:45 2006 +@@ -24,11 +24,12 @@ + * SUCH DAMAGE. + * + */ ++#include ++#include + #include + #include + #include + #include +-#include + #include + #include + #include "options.h" -- cgit v1.2.3