aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Shape
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-23 14:47:12 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-23 14:47:12 +0000
commit31222eca67cdd1d87c75dc1df91665d3628557ec (patch)
tree657ea6586961a59f0955ae3a6c022c06a8e72803 /devel/p5-Shape
parent7d2c3396b277428e4577df6f7cbcfeb660ac4f5f (diff)
Notes
Diffstat (limited to 'devel/p5-Shape')
-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);