aboutsummaryrefslogtreecommitdiffstats
path: root/finance/gnofin
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-08-17 22:06:27 +0800
committerarved <arved@FreeBSD.org>2004-08-17 22:06:27 +0800
commit837682f551d6362c52a692198724affdd253a0e5 (patch)
treedba61fefa85ca910fa3ace615eaa4e81552cbc11 /finance/gnofin
parent56afe0a29d56a8d677e4683f1e378a5f67825af0 (diff)
downloadfreebsd-ports-graphics-837682f551d6362c52a692198724affdd253a0e5.tar.gz
freebsd-ports-graphics-837682f551d6362c52a692198724affdd253a0e5.tar.zst
freebsd-ports-graphics-837682f551d6362c52a692198724affdd253a0e5.zip
Fix build with gcc 3.4
Diffstat (limited to 'finance/gnofin')
-rw-r--r--finance/gnofin/files/patch-ui.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/finance/gnofin/files/patch-ui.c b/finance/gnofin/files/patch-ui.c
new file mode 100644
index 00000000000..0e62a945404
--- /dev/null
+++ b/finance/gnofin/files/patch-ui.c
@@ -0,0 +1,10 @@
+--- src/ui.c.orig Tue Aug 17 16:04:15 2004
++++ src/ui.c Tue Aug 17 16:04:31 2004
+@@ -1133,6 +1133,7 @@
+ if_account_delete (account);
+ break;
+ case DIALOG_NO:
++ break;
+ }
+ }
+ }