summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/gpspoint/files/gpspoint-2.030521-gcc44.patch')
-rw-r--r--app-misc/gpspoint/files/gpspoint-2.030521-gcc44.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-misc/gpspoint/files/gpspoint-2.030521-gcc44.patch b/app-misc/gpspoint/files/gpspoint-2.030521-gcc44.patch
new file mode 100644
index 000000000..8a30efdcb
--- /dev/null
+++ b/app-misc/gpspoint/files/gpspoint-2.030521-gcc44.patch
@@ -0,0 +1,12 @@
+diff -Naur gpspoint-2.030521/src/io.cpp gpspoint-2.030521-hk/src/io.cpp
+--- gpspoint-2.030521/src/io.cpp 2003-04-15 02:23:33.000000000 +1000
++++ gpspoint-2.030521-hk/src/io.cpp 2010-12-06 12:41:17.000000000 +1100
+@@ -15,7 +15,7 @@
+ //Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+ #include "io.h"
+-
++#include <cstdio>
+
+ namespace gpspoint2 {
+ using namespace std;