diff options
Diffstat (limited to 'devel/p5-Shape/files')
-rw-r--r-- | devel/p5-Shape/files/patch-Shape.xs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-Shape/files/patch-Shape.xs b/devel/p5-Shape/files/patch-Shape.xs new file mode 100644 index 000000000000..bb3c71acd5a1 --- /dev/null +++ b/devel/p5-Shape/files/patch-Shape.xs @@ -0,0 +1,11 @@ +--- Shape.xs.orig Tue Oct 7 05:38:12 2003 ++++ Shape.xs Tue Oct 7 05:38:19 2003 +@@ -2,7 +2,7 @@ + #include "perl.h" + #include "XSUB.h" + +-#include <libshp/shapefil.h> ++#include <shapefil.h> + + + MODULE = Shape PACKAGE = Shape |