SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
sysutils/conky/patches/patch-src_llua_c
Normal file
20
sysutils/conky/patches/patch-src_llua_c
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- src/llua.c.orig Wed Apr 27 14:37:28 2011
|
||||
+++ src/llua.c Wed Apr 27 14:39:18 2011
|
||||
@@ -28,6 +28,8 @@
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
+#include <sys/param.h>
|
||||
+
|
||||
#ifdef LUA_EXTRAS
|
||||
#include <tolua++.h>
|
||||
#endif /* LUA_EXTRAS */
|
||||
@@ -39,8 +41,6 @@ void llua_append_notify(const char *name);
|
||||
void llua_rm_notifies(void);
|
||||
static int llua_block_notify = 0;
|
||||
#endif /* HAVE_SYS_INOTIFY_H */
|
||||
-
|
||||
-#define MIN(a, b) ( (a) < (b) ? (a) : (b) )
|
||||
|
||||
static char *draw_pre_hook = 0;
|
||||
static char *draw_post_hook = 0;
|
Loading…
Add table
Add a link
Reference in a new issue