summaryrefslogtreecommitdiff
path: root/sysutils/xosview/patches/patch-al
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2003-10-01 01:14:35 +0000
committerchristos <christos@pkgsrc.org>2003-10-01 01:14:35 +0000
commite9ab216259348fc80b9fcc58a016dc6ed2010f9f (patch)
tree7a05d5f37de6cba0d87907a753b8a81821899d2f /sysutils/xosview/patches/patch-al
parent4fa253d13552acb2908e048c4b3bb59661f20207 (diff)
downloadpkgsrc-e9ab216259348fc80b9fcc58a016dc6ed2010f9f.tar.gz
more g++-3 header issues. don't use the compat headers.
Diffstat (limited to 'sysutils/xosview/patches/patch-al')
-rw-r--r--sysutils/xosview/patches/patch-al10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/xosview/patches/patch-al b/sysutils/xosview/patches/patch-al
index 8c357c1bb53..1e6ad32e578 100644
--- a/sysutils/xosview/patches/patch-al
+++ b/sysutils/xosview/patches/patch-al
@@ -1,11 +1,13 @@
-$NetBSD: patch-al,v 1.2 2003/10/01 00:33:54 christos Exp $
+$NetBSD: patch-al,v 1.3 2003/10/01 01:14:35 christos Exp $
--- fieldmeter.cc.orig 1999-02-16 09:08:35.000000000 -0500
-+++ fieldmeter.cc 2003-09-30 20:28:39.000000000 -0400
-@@ -8,2 +8,3 @@
++++ fieldmeter.cc 2003-09-30 20:48:22.000000000 -0400
+@@ -8,3 +8,4 @@
//
+-#include <fstream.h>
+#include <iostream>
- #include <fstream.h>
++#include <fstream>
+ #include <stdlib.h>
@@ -296,10 +297,10 @@
|| (x > x_ + width_) || (x + width > x_ + width_)){
- cerr << "FieldMeter::checkX() : bad horiz values for meter : "