summaryrefslogtreecommitdiff
path: root/devel/p5-Shape/files/patch-Shape.xs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/p5-Shape/files/patch-Shape.xs16
1 files changed, 14 insertions, 2 deletions
diff --git a/devel/p5-Shape/files/patch-Shape.xs b/devel/p5-Shape/files/patch-Shape.xs
index bb3c71acd5a1..5b0f44b1a216 100644
--- a/devel/p5-Shape/files/patch-Shape.xs
+++ b/devel/p5-Shape/files/patch-Shape.xs
@@ -1,5 +1,8 @@
---- Shape.xs.orig Tue Oct 7 05:38:12 2003
-+++ Shape.xs Tue Oct 7 05:38:19 2003
+
+$FreeBSD$
+
+--- Shape.xs.orig Tue Mar 4 14:18:00 2003
++++ Shape.xs Mon Aug 23 16:42:18 2004
@@ -2,7 +2,7 @@
#include "perl.h"
#include "XSUB.h"
@@ -9,3 +12,12 @@
MODULE = Shape PACKAGE = Shape
+@@ -389,7 +389,7 @@
+ case FTDouble:
+ if (!(sv = newSVnv(DBFReadDoubleAttribute(hDBF,record,field)))) goto BREAK;
+ break;
+- default:
++ default: break;
+ }
+
+ hv_store(hv2, field_name, strlen(field_name), sv, 0);