summaryrefslogtreecommitdiff
path: root/dev-ros/navfn/files/pgm_h_location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ros/navfn/files/pgm_h_location.patch')
-rw-r--r--dev-ros/navfn/files/pgm_h_location.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-ros/navfn/files/pgm_h_location.patch b/dev-ros/navfn/files/pgm_h_location.patch
deleted file mode 100644
index 8df1a6f38656..000000000000
--- a/dev-ros/navfn/files/pgm_h_location.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: navigation-1.13.0/navfn/src/navtest.cpp
-===================================================================
---- navfn/src/navtest.cpp
-+++ navfn/src/navtest.cpp
-@@ -21,7 +21,7 @@ using namespace navfn;
- extern "C" {
- #include <stdio.h>
- // pgm.h is not very friendly with system headers... need to undef max() and min() afterwards
--#include <pgm.h>
-+#include <netpbm/pgm.h>
- #undef max
- #undef min
- }
-Index: navigation-1.13.0/navfn/src/read_pgm_costmap.cpp
-===================================================================
---- navfn/src/read_pgm_costmap.cpp
-+++ navfn/src/read_pgm_costmap.cpp
-@@ -37,7 +37,7 @@
- extern "C" {
- #include <stdio.h>
- // pgm.h is not very friendly with system headers... need to undef max() and min() afterwards
--#include <pgm.h>
-+#include <netpbm/pgm.h>
- #undef max
- #undef min
- }