summaryrefslogtreecommitdiff
path: root/german/steak/files
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-02-15 15:51:11 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-02-15 15:51:11 +0000
commit83bbb6dde19967fc586233b01068a295e64ddac9 (patch)
tree4e801ccffe30fa45563fbbbac098edef3378c0fc /german/steak/files
parentAdd di 3.7, a disk information utility. (diff)
Add steak, another german <-> english dictionary
PR: 46693 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
Notes
Notes: svn path=/head/; revision=75586
Diffstat (limited to 'german/steak/files')
-rw-r--r--german/steak/files/patch-Makefile15
-rw-r--r--german/steak/files/patch-Poll:poll.C11
-rw-r--r--german/steak/files/patch-Poll:poll.c11
3 files changed, 37 insertions, 0 deletions
diff --git a/german/steak/files/patch-Makefile b/german/steak/files/patch-Makefile
new file mode 100644
index 000000000000..31ad29544063
--- /dev/null
+++ b/german/steak/files/patch-Makefile
@@ -0,0 +1,15 @@
+--- Makefile.orig Tue Jan 4 03:37:16 2000
++++ Makefile Sun Jan 26 10:57:39 2003
+@@ -18,8 +18,10 @@
+ cp SpaceFilter/spacefilter .
+ cd Datensatz/ ; \
+ ./datenbankaktualisieren.sh
+-
+-
++.ifdef(xsteak)
++ cd Xsteak/ ; \
++ ${MAKE} -f Makefile_gtk_1.2
++.endif
+
+ clean:
+ rm -f *~ .*~ Datensatz/*~
diff --git a/german/steak/files/patch-Poll:poll.C b/german/steak/files/patch-Poll:poll.C
new file mode 100644
index 000000000000..fdb066c073a7
--- /dev/null
+++ b/german/steak/files/patch-Poll:poll.C
@@ -0,0 +1,11 @@
+--- Poll/poll.C.orig Tue Jan 4 03:11:05 2000
++++ Poll/poll.C Sun Jan 26 11:00:13 2003
+@@ -27,7 +27,7 @@
+
+
+ //signal(SIGCLD, SIG_IGN);
+- signal(SIGCLD, parent_terminate);
++ signal(SIGCHLD, parent_terminate);
+
+ //printf("pid des Prozesses = %d, Parent-pid des Prozesses = %d\n\n",getpid(), getppid());
+
diff --git a/german/steak/files/patch-Poll:poll.c b/german/steak/files/patch-Poll:poll.c
new file mode 100644
index 000000000000..f244d7c574ca
--- /dev/null
+++ b/german/steak/files/patch-Poll:poll.c
@@ -0,0 +1,11 @@
+--- Poll/poll.c.orig Mon Jul 29 01:35:10 2002
++++ Poll/poll.c Sun Jan 26 10:59:31 2003
+@@ -26,7 +26,7 @@
+
+
+ /*signal(SIGCLD, SIG_IGN);*/
+- signal(SIGCLD, parent_terminate);
++ signal(SIGCHLD, parent_terminate);
+
+ /*printf("pid des Prozesses = %d, Parent-pid des Prozesses = %d\n\n",getpid(), getppid());*/
+