diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-10-07 05:06:03 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-10-07 05:06:03 +0000 |
commit | 813c29a033160609d6ea6cbc898a39b546ee1f35 (patch) | |
tree | b40ac4477722fa864ae1f62c4a32770d989d043b /devel/p5-Shape/files | |
parent | 0896e0845e9348ce8d62204ddc7630d981580406 (diff) |
Notes
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 |