summaryrefslogtreecommitdiff
path: root/math/oleo/files/patch-src::xrdb.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-07-15 06:37:53 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-07-15 06:37:53 +0000
commit29be1c94519115224b70a0a3f389156bea880803 (patch)
tree1c6fc317f8f63fe542030f127d81e5b5014b0fb5 /math/oleo/files/patch-src::xrdb.c
parentAdd enscribe 0.0.3, (diff)
Fix build on 5.x and fix build with new X headers.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=113689
Diffstat (limited to 'math/oleo/files/patch-src::xrdb.c')
-rw-r--r--math/oleo/files/patch-src::xrdb.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/oleo/files/patch-src::xrdb.c b/math/oleo/files/patch-src::xrdb.c
new file mode 100644
index 000000000000..baec3df8fbe9
--- /dev/null
+++ b/math/oleo/files/patch-src::xrdb.c
@@ -0,0 +1,10 @@
+--- src/xrdb.c.orig Wed Jul 14 23:30:28 2004
++++ src/xrdb.c Wed Jul 14 23:30:29 2004
+@@ -57,7 +57,6 @@
+ /* 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/X.h>
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>