summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-08-08 16:43:58 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-08-08 16:43:58 +0000
commitc994533986d4aad8f831e45943eb1e939098829b (patch)
tree383e65a5618c9b24680a34d99994176f580c393e /x11-wm
parent1: Upgrade to 1.1.1. (diff)
fix build with gcc 3.4.2
Bump PORTREVISION PR: ports/70103 Submitted By: Andrey Slusar <vasallia@ukr.net>
Notes
Notes: svn path=/head/; revision=115655
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/xfce/Makefile2
-rw-r--r--x11-wm/xfce/files/patch-xfce::taskbar.c10
2 files changed, 11 insertions, 1 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile
index cffbddb0963c..213d38ed378a 100644
--- a/x11-wm/xfce/Makefile
+++ b/x11-wm/xfce/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xfce
PORTVERSION= 3.8.18
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-wm xfce
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.xfce.org/archive/
diff --git a/x11-wm/xfce/files/patch-xfce::taskbar.c b/x11-wm/xfce/files/patch-xfce::taskbar.c
new file mode 100644
index 000000000000..9656aed6ca90
--- /dev/null
+++ b/x11-wm/xfce/files/patch-xfce::taskbar.c
@@ -0,0 +1,10 @@
+--- xfce/taskbar.c.old Fri Aug 6 23:00:40 2004
++++ xfce/taskbar.c Fri Aug 6 23:01:03 2004
+@@ -1697,6 +1697,7 @@
+ fprintf(f,"\tSortByUnsorted\n");
+ break;
+ default:
++ break;
+ }
+ }
+