summaryrefslogtreecommitdiff
path: root/japanese/oleo/files/patch-src__xrdb.c.diff
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-07 17:50:42 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-07 17:50:42 +0000
commit2cd22b311392f5295af85e5e4baece54e478c26b (patch)
tree442dbbafa31276feb0afeabf89e69fa0b3b89336 /japanese/oleo/files/patch-src__xrdb.c.diff
parent- Group master sites with distfiles (diff)
Update to 1.99.16
PR: 85084 Submitted by: Vasil Dimov <vd@datamax.bg>
Notes
Notes: svn path=/head/; revision=144508
Diffstat (limited to '')
-rw-r--r--japanese/oleo/files/patch-src__xrdb.c.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/oleo/files/patch-src__xrdb.c.diff b/japanese/oleo/files/patch-src__xrdb.c.diff
new file mode 100644
index 000000000000..3a636f6b588f
--- /dev/null
+++ b/japanese/oleo/files/patch-src__xrdb.c.diff
@@ -0,0 +1,11 @@
+--- src/xrdb.c.orig Wed Aug 17 17:46:06 2005
++++ src/xrdb.c Wed Aug 17 17:46:41 2005
+@@ -57,7 +57,7 @@
+ /* This should be included before the X include files; otherwise, we get
+ warnings about redefining NULL under BSD 4.3. */
+ #include <sys/param.h>
+-#define NeedFunctionPrototypes 0
++#include <X11/Xfuncproto.h>
+ #include <X11/X.h>
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>