diff options
author | naddy <naddy@FreeBSD.org> | 2008-07-28 04:06:34 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2008-07-28 04:06:34 +0800 |
commit | 3678e19fcc26b69b7cb37c0bbe6e354688f43dcd (patch) | |
tree | 615b8fc7e8dbfa5b41aaae42c68a9c91780cba83 /news | |
parent | bfb973c2c04ed0949bbfdfdd2ea269e6bfe367a5 (diff) | |
download | freebsd-ports-gnome-3678e19fcc26b69b7cb37c0bbe6e354688f43dcd.tar.gz freebsd-ports-gnome-3678e19fcc26b69b7cb37c0bbe6e354688f43dcd.tar.zst freebsd-ports-gnome-3678e19fcc26b69b7cb37c0bbe6e354688f43dcd.zip |
Reorder include files to allow building with -CURRENT gcc (4.2).
Diffstat (limited to 'news')
-rw-r--r-- | news/trn4/files/patch-datasrc.c | 16 | ||||
-rw-r--r-- | news/trn4/files/patch-rt-page.c | 17 |
2 files changed, 33 insertions, 0 deletions
diff --git a/news/trn4/files/patch-datasrc.c b/news/trn4/files/patch-datasrc.c new file mode 100644 index 000000000000..732e11f6cdac --- /dev/null +++ b/news/trn4/files/patch-datasrc.c @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- datasrc.c.orig ++++ datasrc.c +@@ -12,9 +12,9 @@ + #include "nntpclient.h" + #include "term.h" + #include "env.h" +-#include "opt.h" + #include "util.h" + #include "util2.h" ++#include "opt.h" + #include "intrp.h" + #include "init.h" + #include "rcstuff.h" diff --git a/news/trn4/files/patch-rt-page.c b/news/trn4/files/patch-rt-page.c new file mode 100644 index 000000000000..b633369966a5 --- /dev/null +++ b/news/trn4/files/patch-rt-page.c @@ -0,0 +1,17 @@ + +$FreeBSD$ + +--- rt-page.c.orig ++++ rt-page.c +@@ -14,10 +14,10 @@ + #include "datasrc.h" + #include "nntp.h" + #include "trn.h" +-#include "opt.h" + #include "env.h" + #include "util.h" + #include "util2.h" ++#include "opt.h" + #include "only.h" + #include "addng.h" + #include "rcln.h" |