mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Reorder include files to allow building with -CURRENT gcc (4.2).
This commit is contained in:
parent
5abddeec16
commit
805341278a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217694
16
news/trn4/files/patch-datasrc.c
Normal file
16
news/trn4/files/patch-datasrc.c
Normal file
@ -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"
|
17
news/trn4/files/patch-rt-page.c
Normal file
17
news/trn4/files/patch-rt-page.c
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user