aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2004-08-09 00:43:58 +0800
committeroliver <oliver@FreeBSD.org>2004-08-09 00:43:58 +0800
commit67cbe5a98f410e39817db00a655e5e20ab86c91e (patch)
treeb8904e6cd169e9f4a36644f290192879a916e2f6
parent08ab9e29eb545f5440b6d8da1d21ea1f6ce5e6ad (diff)
downloadfreebsd-ports-gnome-67cbe5a98f410e39817db00a655e5e20ab86c91e.tar.gz
freebsd-ports-gnome-67cbe5a98f410e39817db00a655e5e20ab86c91e.tar.zst
freebsd-ports-gnome-67cbe5a98f410e39817db00a655e5e20ab86c91e.zip
fix build with gcc 3.4.2
Bump PORTREVISION PR: ports/70103 Submitted By: Andrey Slusar <vasallia@ukr.net>
-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;
+ }
+ }
+