summaryrefslogtreecommitdiff
path: root/editors/gedit/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-06 11:08:50 +0000
committerjoerg <joerg>2006-05-06 11:08:50 +0000
commitf175779910a1b62ec293928de98bc9c4b38b9441 (patch)
treeaa774bfe679ce9ed36aebe581d8925a6843541ce /editors/gedit/patches
parent4e4ecb10595c3268e92d8dcf50a480a5a1bd8e5a (diff)
downloadpkgsrc-f175779910a1b62ec293928de98bc9c4b38b9441.tar.gz
Reorder includes: sys/types.h before sys/mman.h for DragonFly.
Diffstat (limited to 'editors/gedit/patches')
-rw-r--r--editors/gedit/patches/patch-aa14
-rw-r--r--editors/gedit/patches/patch-ab14
2 files changed, 28 insertions, 0 deletions
diff --git a/editors/gedit/patches/patch-aa b/editors/gedit/patches/patch-aa
new file mode 100644
index 00000000000..505c0e4cdc0
--- /dev/null
+++ b/editors/gedit/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.6 2006/05/06 11:08:50 joerg Exp $
+
+--- gedit/gedit-document-loader.c.orig 2006-05-06 10:10:17.000000000 +0000
++++ gedit/gedit-document-loader.c
+@@ -32,8 +32,8 @@
+ #include <config.h>
+ #endif
+
+-#include <sys/mman.h>
+ #include <sys/types.h>
++#include <sys/mman.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <string.h>
diff --git a/editors/gedit/patches/patch-ab b/editors/gedit/patches/patch-ab
new file mode 100644
index 00000000000..ec72c6a2165
--- /dev/null
+++ b/editors/gedit/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.3 2006/05/06 11:08:50 joerg Exp $
+
+--- gedit/gedit-document-saver.c.orig 2006-05-06 10:16:41.000000000 +0000
++++ gedit/gedit-document-saver.c
+@@ -32,8 +32,8 @@
+ #include <config.h>
+ #endif
+
+-#include <sys/mman.h>
+ #include <sys/types.h>
++#include <sys/mman.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ #include <string.h>