diff options
author | stas <stas@FreeBSD.org> | 2006-11-01 22:14:50 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-11-01 22:14:50 +0000 |
commit | 22e407373d5b240b29d6886bebc4248d8e074fbf (patch) | |
tree | a6bc4ec3c2862e74de5c8b55325c58572969f17b /x11-fm | |
parent | aed25f3567707b387397546503196935d5c812d5 (diff) | |
download | FreeBSD-ports-22e407373d5b240b29d6886bebc4248d8e074fbf.zip FreeBSD-ports-22e407373d5b240b29d6886bebc4248d8e074fbf.tar.gz |
- Fix building on 5.x
Reported by: kris via pointyhat
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/entropyfm/files/patch-src_include_notification_engine.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-fm/entropyfm/files/patch-src_include_notification_engine.h b/x11-fm/entropyfm/files/patch-src_include_notification_engine.h new file mode 100644 index 0000000..4e66d79 --- /dev/null +++ b/x11-fm/entropyfm/files/patch-src_include_notification_engine.h @@ -0,0 +1,12 @@ +--- src/include/notification_engine.h.orig Tue Oct 17 21:24:21 2006 ++++ src/include/notification_engine.h Tue Oct 17 21:24:54 2006 +@@ -1,6 +1,9 @@ + #ifndef __NOTIFICATION_ENGINE_H_ + #define __NOTIFICATION_ENGINE_H_ + ++#include <sys/types.h> ++#include <pthread.h> ++ + enum ENTROPY_NOTIFY_TYPES { + ENTROPY_NOTIFY_GENERIC = 0, + ENTROPY_NOTIFY_THUMBNAIL_REQUEST =1, |