openbsd-ports/x11/xview/config/patches/p-libxview-misc-expandname_c
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

13 lines
381 B
Plaintext

--- ./lib/libxview/misc/expandname.c.orig Tue Jun 29 07:16:30 1993
+++ ./lib/libxview/misc/expandname.c Sat Apr 1 18:25:25 2000
@@ -120,7 +120,9 @@ xv_expand_name(name)
}
(void) close(pivec[0]);
#ifndef SVR4
+#if !(defined(BSD) && (BSD >= 199103))
while (wait((union wait *) & status) != pid);
+#endif
#else SVR4
while (wait( & status) != pid);
#endif SVR4