diff options
author | is <is@pkgsrc.org> | 2008-04-04 09:19:49 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2008-04-04 09:19:49 +0000 |
commit | 3966ba6a240c5d65aaf88c7c2a47973564a555dd (patch) | |
tree | 2d3b34eec34a0bb52f8f481c6f3051dc5b0014cb /x11 | |
parent | 7e64e26588919326ac9c62e2c28a327b1648bad6 (diff) | |
download | pkgsrc-3966ba6a240c5d65aaf88c7c2a47973564a555dd.tar.gz |
Make this compile (was: static after non-static declaration error)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce3/distinfo | 4 | ||||
-rw-r--r-- | x11/xfce3/patches/patch-ad | 14 | ||||
-rw-r--r-- | x11/xfce3/patches/patch-ae | 21 |
3 files changed, 38 insertions, 1 deletions
diff --git a/x11/xfce3/distinfo b/x11/xfce3/distinfo index a6d45a50919..663690a2fb8 100644 --- a/x11/xfce3/distinfo +++ b/x11/xfce3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2005/12/14 15:35:25 joerg Exp $ +$NetBSD: distinfo,v 1.4 2008/04/04 09:19:49 is Exp $ SHA1 (xfce-3.8.18.tar.gz) = d4ab39c4ddeb68d2cc1ceb03af14b0e95b8f5c61 RMD160 (xfce-3.8.18.tar.gz) = 5060b285e6f9bc1bfdda54d314d0c92832264268 @@ -6,3 +6,5 @@ Size (xfce-3.8.18.tar.gz) = 5166881 bytes SHA1 (patch-aa) = 483963bb078ec5bf15cd7c51f34b4f4184848ceb SHA1 (patch-ab) = 58d94c58d30e09b56f3c4744844bc28adab284ba SHA1 (patch-ac) = 522fda7357121014b3570ebce1f64aaca3141a54 +SHA1 (patch-ad) = 49f7238d3bc4774cf5415698d3a1c4f9d4bfcb20 +SHA1 (patch-ae) = 74d136e005bb89bcd4b72b2d491dfe50917046e6 diff --git a/x11/xfce3/patches/patch-ad b/x11/xfce3/patches/patch-ad new file mode 100644 index 00000000000..73b916146db --- /dev/null +++ b/x11/xfce3/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1 2008/04/04 09:19:49 is Exp $ + +--- xfsamba/xfsamba.h.orig 2008-04-03 16:51:11.000000000 +0200 ++++ xfsamba/xfsamba.h +@@ -240,7 +240,8 @@ void cb_paste(GtkWidget * widget, GtkCTr + + EXTERN selected_struc selected; + EXTERN nmb_list *thisN, *headN; +-EXTERN nmb_history *thisH, *headH; ++EXTERN nmb_history *thisH; ++static nmb_history *headH; + EXTERN void *fork_obj; + EXTERN int SMBResult; + EXTERN int SMBabortdrop; diff --git a/x11/xfce3/patches/patch-ae b/x11/xfce3/patches/patch-ae new file mode 100644 index 00000000000..00570e45541 --- /dev/null +++ b/x11/xfce3/patches/patch-ae @@ -0,0 +1,21 @@ +$NetBSD: patch-ae,v 1.1 2008/04/04 09:19:49 is Exp $ + +--- xfgnome/xfgnome.h.orig 2001-07-13 19:57:44.000000000 +0200 ++++ xfgnome/xfgnome.h +@@ -140,13 +140,13 @@ static int list_desk_change (unsigned lo + + static Atom _XA_WIN_SUPPORTING_WM_CHECK; + static Atom _XA_WIN_PROTOCOLS; +-static Atom _XA_WIN_STATE; ++/*static*/ Atom _XA_WIN_STATE; + static Atom _XA_WIN_HINTS; + static Atom _XA_WIN_APP_STATE; + /*static Atom _XA_WIN_EXPANDED_SIZE;*/ + static Atom _XA_WIN_ICONS; +-static Atom _XA_WIN_WORKSPACE; +-static Atom _XA_WIN_WORKSPACE_COUNT; ++/*static*/ Atom _XA_WIN_WORKSPACE; ++/*static*/ Atom _XA_WIN_WORKSPACE_COUNT; + static Atom _XA_WIN_WORKSPACE_NAMES; + static Atom _XA_WIN_CLIENT_LIST; + static Atom _XA_WIN_DESKTOP_BUTTON_PROXY; |