aboutsummaryrefslogtreecommitdiff
path: root/japanese/tcl76
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-26 01:16:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-26 01:16:02 +0000
commit24a46374181088f0b9a6413cada18e3999dcf7a7 (patch)
tree567bf617a7a32d0a78c5df125622beadede6a0b2 /japanese/tcl76
parent9c233bec4b5a6a2fd86931700f24d630f1187357 (diff)
downloadports-24a46374181088f0b9a6413cada18e3999dcf7a7.tar.gz
ports-24a46374181088f0b9a6413cada18e3999dcf7a7.zip
Notes
Diffstat (limited to 'japanese/tcl76')
-rw-r--r--japanese/tcl76/files/patch-tclUnixPort.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/tcl76/files/patch-tclUnixPort.h b/japanese/tcl76/files/patch-tclUnixPort.h
new file mode 100644
index 000000000000..7d590f654ee6
--- /dev/null
+++ b/japanese/tcl76/files/patch-tclUnixPort.h
@@ -0,0 +1,12 @@
+--- tclUnixPort.h.orig Fri Oct 25 10:45:48 2002
++++ tclUnixPort.h Fri Oct 25 10:45:15 2002
+@@ -146,6 +146,9 @@
+ * The type of the status returned by wait varies from UNIX system
+ * to UNIX system. The macro below defines it:
+ */
++#ifdef __FreeBSD__
++# define NO_UNION_WAIT
++#endif
+
+ #ifdef _AIX
+ # define WAIT_STATUS_TYPE pid_t