f3cbb56810
Cleaned up so that lib depends on config:build, and lndir it instead of mucking with the source dir. All patches put into config/patches, separated and renamed (yes, this is a LARGE fucker). Fake xview/clients to come. Currently installs under /usr/X11R6, some more patches to X needed to fix that.
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
--- ./lib/libolgx/ol_init.c.orig Tue Jun 29 07:18:28 1993
|
|
+++ ./lib/libolgx/ol_init.c Sat Apr 1 18:25:21 2000
|
|
@@ -9,7 +9,10 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <sys/param.h>
|
|
+#if !(defined(BSD) && (BSD >= 199103))
|
|
#include <malloc.h>
|
|
+#endif
|
|
#include <X11/Xlib.h>
|
|
#include "olgx_impl.h"
|
|
#include "busy.h"
|