summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-08-13 16:51:56 +0000
committerpav <pav@FreeBSD.org>2004-08-13 16:51:56 +0000
commitc98cf3993a9cf105762c3386b495843b0934959c (patch)
tree5515eedc0ec013ffeffb6b5bfc57959ccb43e1c1
parent1e715ab63b55a4e6964bab43c2d82724b18370df (diff)
downloadFreeBSD-ports-c98cf3993a9cf105762c3386b495843b0934959c.zip
FreeBSD-ports-c98cf3993a9cf105762c3386b495843b0934959c.tar.gz
- Fix build with gcc-3.4
PR: ports/70417 Submitted by: Sam Lawrance <boris@brooknet.com.au> (maintainer)
-rw-r--r--palm/synce-librra/files/patch-lib-recurrence_internal.h39
-rw-r--r--palm/synce-rra/files/patch-lib-recurrence_internal.h39
2 files changed, 78 insertions, 0 deletions
diff --git a/palm/synce-librra/files/patch-lib-recurrence_internal.h b/palm/synce-librra/files/patch-lib-recurrence_internal.h
new file mode 100644
index 0000000..255a43e
--- /dev/null
+++ b/palm/synce-librra/files/patch-lib-recurrence_internal.h
@@ -0,0 +1,39 @@
+--- patch-lib-recurrence_internal.h begins here ---
+--- lib/recurrence_internal.h.orig Sat Aug 14 00:15:01 2004
++++ lib/recurrence_internal.h Sat Aug 14 00:17:12 2004
+@@ -52,7 +52,7 @@
+ uint32_t start_minute P; /* 0x3e */
+ uint32_t end_minute P; /* 0x42 */
+ uint8_t padding2[4] P; /* 0x46 */
+-} RecurringWeekly P;
++} P RecurringWeekly;
+
+ /* size = 0x20 */
+ typedef struct
+@@ -68,7 +68,7 @@
+ uint32_t start_minute P; /* 0x3e */
+ uint32_t end_minute P; /* 0x42 */
+ uint8_t padding2[4] P; /* 0x46 */
+-} RecurringMonthly P;
++} P RecurringMonthly;
+
+ /* size = 0x20 */
+ typedef struct
+@@ -86,7 +86,7 @@
+ uint8_t unknown3[0xc] P; /* 0x36 */
+ uint32_t start_minute P; /* 0x42 */
+ uint32_t end_minute P; /* 0x46 */
+-} RecurringMonthNth P;
++} P RecurringMonthNth;
+
+ /* size = 0x68 */
+ typedef struct
+@@ -101,7 +101,7 @@
+ RecurringMonthNth month_nth P;
+ } details P;
+ uint8_t unknown4[0x1e] P; /* 0x4a */
+-} RecurrenceBlob P;
++} P RecurrenceBlob;
+
+ enum
+ {
diff --git a/palm/synce-rra/files/patch-lib-recurrence_internal.h b/palm/synce-rra/files/patch-lib-recurrence_internal.h
new file mode 100644
index 0000000..255a43e
--- /dev/null
+++ b/palm/synce-rra/files/patch-lib-recurrence_internal.h
@@ -0,0 +1,39 @@
+--- patch-lib-recurrence_internal.h begins here ---
+--- lib/recurrence_internal.h.orig Sat Aug 14 00:15:01 2004
++++ lib/recurrence_internal.h Sat Aug 14 00:17:12 2004
+@@ -52,7 +52,7 @@
+ uint32_t start_minute P; /* 0x3e */
+ uint32_t end_minute P; /* 0x42 */
+ uint8_t padding2[4] P; /* 0x46 */
+-} RecurringWeekly P;
++} P RecurringWeekly;
+
+ /* size = 0x20 */
+ typedef struct
+@@ -68,7 +68,7 @@
+ uint32_t start_minute P; /* 0x3e */
+ uint32_t end_minute P; /* 0x42 */
+ uint8_t padding2[4] P; /* 0x46 */
+-} RecurringMonthly P;
++} P RecurringMonthly;
+
+ /* size = 0x20 */
+ typedef struct
+@@ -86,7 +86,7 @@
+ uint8_t unknown3[0xc] P; /* 0x36 */
+ uint32_t start_minute P; /* 0x42 */
+ uint32_t end_minute P; /* 0x46 */
+-} RecurringMonthNth P;
++} P RecurringMonthNth;
+
+ /* size = 0x68 */
+ typedef struct
+@@ -101,7 +101,7 @@
+ RecurringMonthNth month_nth P;
+ } details P;
+ uint8_t unknown4[0x1e] P; /* 0x4a */
+-} RecurrenceBlob P;
++} P RecurrenceBlob;
+
+ enum
+ {
OpenPOWER on IntegriCloud