openbsd-ports/x11/xview/config/patches/p-libxview-sel-seln_impl_h
espie f3cbb56810 Xview's return.
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.
2000-04-02 15:25:13 +00:00

22 lines
411 B
Plaintext

--- ./lib/libxview/sel/seln_impl.h.orig Tue Jun 29 07:15:25 1993
+++ ./lib/libxview/sel/seln_impl.h Sat Apr 1 18:25:27 2000
@@ -9,12 +9,17 @@
* file for terms of the license.
*/
+#ifdef NULL
+#undef NULL
+#endif
#include <errno.h>
#ifndef FILE
#ifndef SVR4
-#undef NULL
#endif SVR4
#include <stdio.h>
+#ifndef NULL
+#define NULL 0
+#endif
#endif FILE
#include <sys/time.h>
#include <sys/types.h>