From ed66ce00fe122263bc8c06e9b3bb86092d629a81 Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Mon, 2 Jun 2003 10:02:04 +0000 Subject: Updated to 0.41 --- databases/p5-DBD-InterBase/files/patch-dbdimp.c | 35 ------------------------- 1 file changed, 35 deletions(-) delete mode 100644 databases/p5-DBD-InterBase/files/patch-dbdimp.c (limited to 'databases/p5-DBD-InterBase/files/patch-dbdimp.c') diff --git a/databases/p5-DBD-InterBase/files/patch-dbdimp.c b/databases/p5-DBD-InterBase/files/patch-dbdimp.c deleted file mode 100644 index 9446d55a5290..000000000000 --- a/databases/p5-DBD-InterBase/files/patch-dbdimp.c +++ /dev/null @@ -1,35 +0,0 @@ ---- dbdimp.c Thu Aug 29 06:28:30 2002 -+++ dbi-interbase/dbdimp.c Thu Sep 12 12:15:32 2002 -@@ -1,5 +1,5 @@ - /* -- $Id: dbdimp.c,v 1.96 2002/08/12 16:04:26 danielritz Exp $ -+ $Id: dbdimp.c,v 1.97 2002/09/10 13:30:07 danielritz Exp $ - - Copyright (c) 1999-2002 Edwin Pratomo - Portions Copyright (c) 2001-2002 Daniel Ritz -@@ -1329,7 +1329,10 @@ - #elif defined(__BORLANDC__) /* Borland compiler/library */ - # define P_INT64_RPEC "%.*Lf" - # define P_INT64_FULL "%s%Ld%s" --#else /* others: linux, xBSD, solaris, hp-ux, ... */ -+#elif defined (__FreeBSD__) /* FreeBSD */ -+# define P_INT64_RPEC "%.*Lf" -+# define P_INT64_FULL "%s%qd%s" -+#else /* others: linux, various unices */ - # define P_INT64_RPEC "%.*Lf" - # define P_INT64_FULL "%s%lld%s" - #endif -@@ -2429,7 +2432,12 @@ - # define S_INT64_NOSCALE "%%Ld.%%1Ld" - # define S_INT64_DEC_FULL ".%%%dLd%%1Ld" - # define S_INT64_DEC_NOSCALE ".%%1Ld" --#else /* others: linux, xBSD, solaris, hp-ux, ... */ -+#elif defined (__FreeBSD__) /* FreeBSD */ -+# define S_INT64_FULL "%%qd.%%%dqd%%1qd" -+# define S_INT64_NOSCALE "%%qd.%%1qd" -+# define S_INT64_DEC_FULL ".%%%dqd%%1qd" -+# define S_INT64_DEC_NOSCALE ".%%1qd" -+#else /* others: linux, various unices */ - # define S_INT64_FULL "%%lld.%%%dlld%%1lld" - # define S_INT64_NOSCALE "%%lld.%%1lld" - # define S_INT64_DEC_FULL ".%%%dlld%%1lld" -- cgit v1.2.3