aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-08-03 08:16:18 +0800
committermarcus <marcus@FreeBSD.org>2004-08-03 08:16:18 +0800
commit72232fd7679b9f28346985f1aea106c57f209ef1 (patch)
tree86bfab325ec70efff62619c43cabeaf53359e63e /palm
parent1f0d49d09125cdfb4ef5f732f5951bff56703db9 (diff)
downloadfreebsd-ports-gnome-72232fd7679b9f28346985f1aea106c57f209ef1.tar.gz
freebsd-ports-gnome-72232fd7679b9f28346985f1aea106c57f209ef1.tar.zst
freebsd-ports-gnome-72232fd7679b9f28346985f1aea106c57f209ef1.zip
Fix build with GCC 3.4.2.
Submitted by: Sean McNeil <sean@mcneil.com>
Diffstat (limited to 'palm')
-rw-r--r--palm/gnome-pilot/files/patch-capplet_gnome-pilot-capplet.c10
-rw-r--r--palm/gnome-pilot/files/patch-capplet_gnome-pilot-cdialog.c10
-rw-r--r--palm/gnome-pilot/files/patch-capplet_gnome-pilot-druid.c10
-rw-r--r--palm/gnome-pilot/files/patch-capplet_gnome-pilot-pdialog.c10
-rw-r--r--palm/gnomepilot2/files/patch-capplet_gnome-pilot-capplet.c10
-rw-r--r--palm/gnomepilot2/files/patch-capplet_gnome-pilot-cdialog.c10
-rw-r--r--palm/gnomepilot2/files/patch-capplet_gnome-pilot-druid.c10
-rw-r--r--palm/gnomepilot2/files/patch-capplet_gnome-pilot-pdialog.c10
8 files changed, 80 insertions, 0 deletions
diff --git a/palm/gnome-pilot/files/patch-capplet_gnome-pilot-capplet.c b/palm/gnome-pilot/files/patch-capplet_gnome-pilot-capplet.c
new file mode 100644
index 000000000000..3ee575f454e7
--- /dev/null
+++ b/palm/gnome-pilot/files/patch-capplet_gnome-pilot-capplet.c
@@ -0,0 +1,10 @@
+--- capplet/gnome-pilot-capplet.c.orig Mon Aug 2 20:10:43 2004
++++ capplet/gnome-pilot-capplet.c Mon Aug 2 20:11:25 2004
+@@ -183,6 +183,7 @@
+ init_widgets (gpcap);
+
+ error:
++ return;
+ }
+
+ GnomePilotCapplet *
diff --git a/palm/gnome-pilot/files/patch-capplet_gnome-pilot-cdialog.c b/palm/gnome-pilot/files/patch-capplet_gnome-pilot-cdialog.c
new file mode 100644
index 000000000000..a255a95466f1
--- /dev/null
+++ b/palm/gnome-pilot/files/patch-capplet_gnome-pilot-cdialog.c
@@ -0,0 +1,10 @@
+--- capplet/gnome-pilot-cdialog.c.orig Mon Aug 2 20:12:19 2004
++++ capplet/gnome-pilot-cdialog.c Mon Aug 2 20:12:25 2004
+@@ -123,6 +123,7 @@
+ gnome_dialog_close_hides (GNOME_DIALOG (priv->dialog), TRUE);
+
+ error:
++ return;
+ }
+
+
diff --git a/palm/gnome-pilot/files/patch-capplet_gnome-pilot-druid.c b/palm/gnome-pilot/files/patch-capplet_gnome-pilot-druid.c
new file mode 100644
index 000000000000..c92f5c48bde9
--- /dev/null
+++ b/palm/gnome-pilot/files/patch-capplet_gnome-pilot-druid.c
@@ -0,0 +1,10 @@
+--- capplet/gnome-pilot-druid.c.orig Mon Aug 2 20:12:33 2004
++++ capplet/gnome-pilot-druid.c Mon Aug 2 20:12:44 2004
+@@ -181,6 +181,7 @@
+ init_widgets (gpd);
+
+ error:
++ return;
+ }
+
+
diff --git a/palm/gnome-pilot/files/patch-capplet_gnome-pilot-pdialog.c b/palm/gnome-pilot/files/patch-capplet_gnome-pilot-pdialog.c
new file mode 100644
index 000000000000..353760a266f4
--- /dev/null
+++ b/palm/gnome-pilot/files/patch-capplet_gnome-pilot-pdialog.c
@@ -0,0 +1,10 @@
+--- capplet/gnome-pilot-pdialog.c.orig Mon Aug 2 20:11:37 2004
++++ capplet/gnome-pilot-pdialog.c Mon Aug 2 20:11:43 2004
+@@ -144,6 +144,7 @@
+ }
+
+ error:
++ return;
+ }
+
+
diff --git a/palm/gnomepilot2/files/patch-capplet_gnome-pilot-capplet.c b/palm/gnomepilot2/files/patch-capplet_gnome-pilot-capplet.c
new file mode 100644
index 000000000000..3ee575f454e7
--- /dev/null
+++ b/palm/gnomepilot2/files/patch-capplet_gnome-pilot-capplet.c
@@ -0,0 +1,10 @@
+--- capplet/gnome-pilot-capplet.c.orig Mon Aug 2 20:10:43 2004
++++ capplet/gnome-pilot-capplet.c Mon Aug 2 20:11:25 2004
+@@ -183,6 +183,7 @@
+ init_widgets (gpcap);
+
+ error:
++ return;
+ }
+
+ GnomePilotCapplet *
diff --git a/palm/gnomepilot2/files/patch-capplet_gnome-pilot-cdialog.c b/palm/gnomepilot2/files/patch-capplet_gnome-pilot-cdialog.c
new file mode 100644
index 000000000000..a255a95466f1
--- /dev/null
+++ b/palm/gnomepilot2/files/patch-capplet_gnome-pilot-cdialog.c
@@ -0,0 +1,10 @@
+--- capplet/gnome-pilot-cdialog.c.orig Mon Aug 2 20:12:19 2004
++++ capplet/gnome-pilot-cdialog.c Mon Aug 2 20:12:25 2004
+@@ -123,6 +123,7 @@
+ gnome_dialog_close_hides (GNOME_DIALOG (priv->dialog), TRUE);
+
+ error:
++ return;
+ }
+
+
diff --git a/palm/gnomepilot2/files/patch-capplet_gnome-pilot-druid.c b/palm/gnomepilot2/files/patch-capplet_gnome-pilot-druid.c
new file mode 100644
index 000000000000..c92f5c48bde9
--- /dev/null
+++ b/palm/gnomepilot2/files/patch-capplet_gnome-pilot-druid.c
@@ -0,0 +1,10 @@
+--- capplet/gnome-pilot-druid.c.orig Mon Aug 2 20:12:33 2004
++++ capplet/gnome-pilot-druid.c Mon Aug 2 20:12:44 2004
+@@ -181,6 +181,7 @@
+ init_widgets (gpd);
+
+ error:
++ return;
+ }
+
+
diff --git a/palm/gnomepilot2/files/patch-capplet_gnome-pilot-pdialog.c b/palm/gnomepilot2/files/patch-capplet_gnome-pilot-pdialog.c
new file mode 100644
index 000000000000..353760a266f4
--- /dev/null
+++ b/palm/gnomepilot2/files/patch-capplet_gnome-pilot-pdialog.c
@@ -0,0 +1,10 @@
+--- capplet/gnome-pilot-pdialog.c.orig Mon Aug 2 20:11:37 2004
++++ capplet/gnome-pilot-pdialog.c Mon Aug 2 20:11:43 2004
+@@ -144,6 +144,7 @@
+ }
+
+ error:
++ return;
+ }
+
+