summaryrefslogtreecommitdiff
path: root/devel/hp48xgcc/files/patch-class+class.cc
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2006-02-20 13:18:26 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2006-02-20 13:18:26 +0000
commitf03bedcae2bfbd4ccfccbb7e0106388bb2dbec4b (patch)
treec5712fcaf302723f2019d0d5df7e9ff55f1b7520 /devel/hp48xgcc/files/patch-class+class.cc
parent- Fix problem with ancient make. (diff)
Add HP48-xgcc 1.0.2, GNU C cross-compiler for HP48 calculators.
Now one step closer porting BSD on my HP48GX. ;-)
Notes
Notes: svn path=/head/; revision=156493
Diffstat (limited to 'devel/hp48xgcc/files/patch-class+class.cc')
-rw-r--r--devel/hp48xgcc/files/patch-class+class.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hp48xgcc/files/patch-class+class.cc b/devel/hp48xgcc/files/patch-class+class.cc
new file mode 100644
index 000000000000..e08e7b4a0c9e
--- /dev/null
+++ b/devel/hp48xgcc/files/patch-class+class.cc
@@ -0,0 +1,11 @@
+--- class/class.cc 3 Nov 2004 06:57:51 -0000 1.1
++++ class/class.cc 4 Nov 2004 10:58:04 -0000 1.2
+@@ -3310,7 +3310,7 @@
+ BOstream of;
+ of.open(obj.name, ios::out | ios::binary);
+ #else
+- ofstream of( obj.name, ios::out | ios::bin );
++ ofstream of( obj.name, ios::out | ios::binary );
+ #endif
+ if (of.fail()) {
+ cerr << "FATAL ERROR: unable to open output file '" << obj.name << "'\n";