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.
21 lines
469 B
Plaintext
21 lines
469 B
Plaintext
--- ./lib/libxview/frame/frame_help.h.orig Tue Jun 29 07:16:10 1993
|
|
+++ ./lib/libxview/frame/frame_help.h Sat Apr 1 18:25:24 2000
|
|
@@ -17,11 +17,16 @@ static char sccsid[] = "@(#)frame_he
|
|
#define _frame_help_h_already_included
|
|
|
|
/* standard includes */
|
|
+#ifdef NULL
|
|
+#undef NULL
|
|
+#endif
|
|
#ifndef FILE
|
|
#ifndef SVR4
|
|
-#undef NULL
|
|
#endif SVR4
|
|
#include <stdio.h>
|
|
+#ifndef NULL
|
|
+#define NULL 0
|
|
+#endif
|
|
#endif FILE
|
|
#include <sys/time.h>
|
|
#include <xview/notify.h>
|