diff options
author | macallan <macallan> | 2008-03-25 16:13:52 +0000 |
---|---|---|
committer | macallan <macallan> | 2008-03-25 16:13:52 +0000 |
commit | f53df2127339aad0f2660703d5ce943b5b4304dc (patch) | |
tree | cfa38b1ccc8447c6957399eff59cea98a65afe97 /x11 | |
parent | fd2fcbe15a0a00bb4a501b34499c38d94043a60e (diff) | |
download | pkgsrc-f53df2127339aad0f2660703d5ce943b5b4304dc.tar.gz |
fix another XPropertyChange() vs. LP64 issue
OKed by martti
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-panel/distinfo | 3 | ||||
-rw-r--r-- | x11/xfce4-panel/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/xfce4-panel/distinfo b/x11/xfce4-panel/distinfo index 6754b7b8826..f5d0f9f6baa 100644 --- a/x11/xfce4-panel/distinfo +++ b/x11/xfce4-panel/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.16 2007/12/07 19:43:30 martti Exp $ +$NetBSD: distinfo,v 1.17 2008/03/25 16:13:52 macallan Exp $ SHA1 (xfce4-panel-4.4.2.tar.bz2) = f66a5f46abc21324e5a375e52a37b98757eae121 RMD160 (xfce4-panel-4.4.2.tar.bz2) = 6bcbc27d3de95d631ee3f556cf79ed89450769eb Size (xfce4-panel-4.4.2.tar.bz2) = 757724 bytes +SHA1 (patch-aa) = 0d44c64af2ab3cc5605dfb08baa75d78843af28f diff --git a/x11/xfce4-panel/patches/patch-aa b/x11/xfce4-panel/patches/patch-aa new file mode 100644 index 00000000000..57cf0252154 --- /dev/null +++ b/x11/xfce4-panel/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.4 2008/03/25 16:13:52 macallan Exp $ + +--- panel/panel-properties.c.orig 2008-03-25 11:45:01.000000000 -0400 ++++ panel/panel-properties.c +@@ -623,7 +623,7 @@ _set_transparent (Panel *panel, + gboolean transparent) + { + PanelPrivate *priv; +- guint opacity; ++ gulong opacity; + + if (!GTK_WIDGET (panel)->window) + return; |