summaryrefslogtreecommitdiff
path: root/emulators/klh10
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-10-31 08:11:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-10-31 08:11:17 +0000
commit4a3965280ff3691790cd9429e55c5f2b89feaea6 (patch)
treea3b8217a6d75806a826f7d38f19e349cba3a47c2 /emulators/klh10
parent- Update to 1.3 (diff)
- Fix build with gcc4.1
PR: ports/103765 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Notes
Notes: svn path=/head/; revision=175732
Diffstat (limited to 'emulators/klh10')
-rw-r--r--emulators/klh10/files/patch-src-Makefile.mk10
-rw-r--r--emulators/klh10/files/patch-src-kn10ops.c11
2 files changed, 21 insertions, 0 deletions
diff --git a/emulators/klh10/files/patch-src-Makefile.mk b/emulators/klh10/files/patch-src-Makefile.mk
new file mode 100644
index 000000000000..6d4d54cba807
--- /dev/null
+++ b/emulators/klh10/files/patch-src-Makefile.mk
@@ -0,0 +1,10 @@
+--- src/Makefile.mk.orig Thu Sep 28 18:05:30 2006
++++ src/Makefile.mk Thu Sep 28 18:05:41 2006
+@@ -44,7 +44,6 @@
+
+ # Generic compile/link flags
+ # Suitable for plain vanilla Unix but normally overridden.
+-CC = cc
+ CFLAGS = -c -I. -I$(SRC)
+ CFLAGS_AUX =
+ CFLAGS_LINT =
diff --git a/emulators/klh10/files/patch-src-kn10ops.c b/emulators/klh10/files/patch-src-kn10ops.c
new file mode 100644
index 000000000000..357f5e733d81
--- /dev/null
+++ b/emulators/klh10/files/patch-src-kn10ops.c
@@ -0,0 +1,11 @@
+--- src/kn10ops.c.orig Thu Sep 28 17:58:10 2006
++++ src/kn10ops.c Thu Sep 28 17:59:21 2006
+@@ -3238,7 +3238,7 @@
+ register dw10_t d,
+ register int nmagbits)
+ {
+- register qw10_t qw;
++ qw10_t qw;
+ dw10_t quot;
+ register int qbit;
+