aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2005-04-08 02:05:56 +0800
committerglewis <glewis@FreeBSD.org>2005-04-08 02:05:56 +0800
commitca197a0fd3e840eda5624cb7632a26054710d03a (patch)
treeeaba3f8574aacab9185fa9f1d387175bebefce6c /x11-wm
parent0e548be904f53ac819482e6e903588f4a5c78349 (diff)
downloadfreebsd-ports-gnome-ca197a0fd3e840eda5624cb7632a26054710d03a.tar.gz
freebsd-ports-gnome-ca197a0fd3e840eda5624cb7632a26054710d03a.tar.zst
freebsd-ports-gnome-ca197a0fd3e840eda5624cb7632a26054710d03a.zip
. Add a patch to fix the build on FreeBSD 4.x, forgotten in the previous
commit. Reported by: pointyhat (via kris) Forgotten by: glewis (...and the point hat goes to)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/afterstep-stable/files/patch-decor.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-decor.c b/x11-wm/afterstep-stable/files/patch-decor.c
new file mode 100644
index 000000000000..531e2ba2620d
--- /dev/null
+++ b/x11-wm/afterstep-stable/files/patch-decor.c
@@ -0,0 +1,14 @@
+$FreeBSD$
+
+--- libAfterStep/decor.c.orig Fri Apr 1 10:55:09 2005
++++ libAfterStep/decor.c Fri Apr 1 10:55:38 2005
+@@ -1659,8 +1659,8 @@
+ void
+ on_astbar_pointer_action( ASTBarData *tbar, int context, Bool leave, Bool pointer_moved )
+ {
+- LOCAL_DEBUG_CALLER_OUT( "%p, %s, %d", tbar, context2text(context), leave );
+ static ASBalloon *last_balloon = NULL ;
++ LOCAL_DEBUG_CALLER_OUT( "%p, %s, %d", tbar, context2text(context), leave );
+
+ if( tbar == NULL )
+ {