summaryrefslogtreecommitdiffstats
path: root/palm/gnomepilot2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-08-03 00:16:18 +0000
committermarcus <marcus@FreeBSD.org>2004-08-03 00:16:18 +0000
commit72232fd7679b9f28346985f1aea106c57f209ef1 (patch)
tree86bfab325ec70efff62619c43cabeaf53359e63e /palm/gnomepilot2
parent1f0d49d09125cdfb4ef5f732f5951bff56703db9 (diff)
downloadFreeBSD-ports-72232fd7679b9f28346985f1aea106c57f209ef1.zip
FreeBSD-ports-72232fd7679b9f28346985f1aea106c57f209ef1.tar.gz
Fix build with GCC 3.4.2.
Submitted by: Sean McNeil <sean@mcneil.com>
Diffstat (limited to 'palm/gnomepilot2')
-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
4 files changed, 40 insertions, 0 deletions
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 0000000..3ee575f
--- /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 0000000..a255a95
--- /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 0000000..c92f5c4
--- /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 0000000..353760a
--- /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;
+ }
+
+
OpenPOWER on IntegriCloud