summaryrefslogtreecommitdiff
path: root/emulators/twin/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-29 09:12:34 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-29 09:12:34 +0000
commit0ae84877da3dd4cf691110e7da237202f013ea4c (patch)
tree9f85aa61c82ac0a886a2dfcbfaa27b7a5cddb18f /emulators/twin/files
parentAdding gperf version 2.7 (diff)
Adding twin version 19990616.
Willows toolkit for migrating and developing Windows applications. PR: 12503 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Notes
Notes: svn path=/head/; revision=24252
Diffstat (limited to 'emulators/twin/files')
-rw-r--r--emulators/twin/files/patch-ad11
-rw-r--r--emulators/twin/files/patch-ae11
-rw-r--r--emulators/twin/files/patch-af11
3 files changed, 33 insertions, 0 deletions
diff --git a/emulators/twin/files/patch-ad b/emulators/twin/files/patch-ad
new file mode 100644
index 000000000000..2d6671cd347f
--- /dev/null
+++ b/emulators/twin/files/patch-ad
@@ -0,0 +1,11 @@
+--- windows/Makefile.in.orig Sun Jun 13 06:20:02 1999
++++ windows/Makefile.in Tue Dec 28 18:13:18 1999
+@@ -69,7 +69,7 @@
+ BIN32_C_SRCS_1 = Strings32.c Profile32.c vsprintf32.c lib32.c
+ BIN32_C_SRCS = $(BIN32_C_SRCS_$(TWIN_BIN32))
+ BIN32_s_SRCS_0 =
+-BIN32_s_SRCS_1 = if32.s
++BIN32_s_SRCS_1 = if32.S
+ BIN32_s_SRCS = $(BIN32_s_SRCS_$(TWIN_BIN32))
+
+ #
diff --git a/emulators/twin/files/patch-ae b/emulators/twin/files/patch-ae
new file mode 100644
index 000000000000..01f4b412cbfd
--- /dev/null
+++ b/emulators/twin/files/patch-ae
@@ -0,0 +1,11 @@
+--- configure.orig Tue Dec 28 18:11:31 1999
++++ configure Tue Dec 28 18:11:55 1999
+@@ -2544,7 +2544,7 @@
+ TARGET=sco
+ ;;
+
+- i*86-unknown-freebsd*)
++ i*86-*-freebsd*)
+ TARGET=freebsd
+ ;;
+
diff --git a/emulators/twin/files/patch-af b/emulators/twin/files/patch-af
new file mode 100644
index 000000000000..a26773f202c9
--- /dev/null
+++ b/emulators/twin/files/patch-af
@@ -0,0 +1,11 @@
+--- windows/Execfreebsd.c.orig Tue Dec 28 19:25:11 1999
++++ windows/Execfreebsd.c Tue Dec 28 19:30:39 1999
+@@ -171,7 +171,7 @@
+ int rc;
+ sact.sa_handler = TWIN_GPFSigHandler;
+ sact.sa_flags = SA_RESTART;
+- sact.sa_mask = 0;
++ sigemptyset(&sact.sa_mask);
+ rc = sigaction(sig, &sact, NULL);
+ return rc;
+ }