aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-08-20 00:13:36 +0800
committerpav <pav@FreeBSD.org>2005-08-20 00:13:36 +0800
commit35279b67bd535f57ec0eb909bb6f2d5a45929901 (patch)
tree582f510100bfc390ca2863ad494c6e57c9d1a6ac /x11-toolkits
parent8a97c79bf6a875fa1f5ed5dbbb1287df096fd805 (diff)
downloadfreebsd-ports-gnome-35279b67bd535f57ec0eb909bb6f2d5a45929901.tar.gz
freebsd-ports-gnome-35279b67bd535f57ec0eb909bb6f2d5a45929901.tar.zst
freebsd-ports-gnome-35279b67bd535f57ec0eb909bb6f2d5a45929901.zip
- Fix patching
Reported by: krismail Approved by: portmgr (kris) Pointy hat to: pav
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c12
-rw-r--r--x11-toolkits/xview/files/patch-lib+libxview+wmgr+wmgr_menu.c6
2 files changed, 9 insertions, 9 deletions
diff --git a/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c b/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c
index 7c93c1acb0ca..135cc686eab0 100644
--- a/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c
+++ b/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c
@@ -1,5 +1,5 @@
---- lib/libxview/misc/expandname.c.orig Thu Aug 18 08:06:28 2005
-+++ lib/libxview/misc/expandname.c Thu Aug 18 08:23:13 2005
+--- lib/libxview/misc/expandname.c.orig Tue Jun 29 07:16:30 1993
++++ lib/libxview/misc/expandname.c Fri Aug 19 15:53:44 2005
@@ -23,14 +23,6 @@
#include <string.h>
#include <sgtty.h>
@@ -9,12 +9,12 @@
-#include <unistd.h>
-#else
-#include <vfork.h>
--#endif
+-#endif SVR4
-#endif
-
#ifdef SVR4
#include <sys/signal.h>
- #endif
+ #endif SVR4
@@ -120,7 +112,9 @@
}
(void) close(pivec[0]);
@@ -22,6 +22,6 @@
+#if !(defined(BSD) && (BSD >= 199103))
while (wait((union wait *) & status) != pid);
+#endif
- #else
+ #else SVR4
while (wait( & status) != pid);
- #endif
+ #endif SVR4
diff --git a/x11-toolkits/xview/files/patch-lib+libxview+wmgr+wmgr_menu.c b/x11-toolkits/xview/files/patch-lib+libxview+wmgr+wmgr_menu.c
index d3a8a4fdec7b..45a1cdf51a59 100644
--- a/x11-toolkits/xview/files/patch-lib+libxview+wmgr+wmgr_menu.c
+++ b/x11-toolkits/xview/files/patch-lib+libxview+wmgr+wmgr_menu.c
@@ -1,5 +1,5 @@
---- lib/libxview/wmgr/wmgr_menu.c.orig Thu Aug 18 08:42:34 2005
-+++ lib/libxview/wmgr/wmgr_menu.c Thu Aug 18 08:42:52 2005
+--- lib/libxview/wmgr/wmgr_menu.c.orig Tue Jun 29 07:17:24 1993
++++ lib/libxview/wmgr/wmgr_menu.c Fri Aug 19 15:57:04 2005
@@ -14,13 +14,6 @@
#include <stdio.h>
#include <ctype.h>
@@ -9,7 +9,7 @@
-#include <unistd.h>
-#else
-#include <vfork.h>
--#endif
+-#endif SVR4
-#endif
#include <xview/frame.h>