summaryrefslogtreecommitdiff
path: root/chat/weechat/patches
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2013-06-20 06:24:56 +0000
committertonio <tonio@pkgsrc.org>2013-06-20 06:24:56 +0000
commit8a741e0a4d84d5ecac40f370f23dfe969c839402 (patch)
tree4239611aca86f62d255934ba13e24023068815c5 /chat/weechat/patches
parent459f41984ce0e4d9fdb6da1fdf3608448afbb1b5 (diff)
downloadpkgsrc-8a741e0a4d84d5ecac40f370f23dfe969c839402.tar.gz
Forgotten cvs rm, noticed by wiz@
Diffstat (limited to 'chat/weechat/patches')
-rw-r--r--chat/weechat/patches/patch-src_plugins_script_script_repo_h16
1 files changed, 0 insertions, 16 deletions
diff --git a/chat/weechat/patches/patch-src_plugins_script_script_repo_h b/chat/weechat/patches/patch-src_plugins_script_script_repo_h
deleted file mode 100644
index 7c338841102..00000000000
--- a/chat/weechat/patches/patch-src_plugins_script_script_repo_h
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_plugins_script_script_repo_h,v 1.1 2012/11/24 11:16:07 tonio Exp $
-
-script: fix compilation on OS X
-From weechat commit 485728a43fd7eff34893abc287495242379ab078
-
---- src/plugins/script/script-repo.h.orig 2012-11-18 09:40:28.000000000 +0000
-+++ src/plugins/script/script-repo.h
-@@ -57,7 +57,7 @@ struct t_script_repo
- extern struct t_script_repo *scripts_repo;
- extern struct t_script_repo *last_script_repo;
- extern int script_repo_count, script_repo_count_displayed;
--struct t_hashtable *script_repo_max_length_field;
-+extern struct t_hashtable *script_repo_max_length_field;
- extern char *script_repo_filter;
-
- extern int script_repo_script_valid (struct t_script_repo *script);