summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-11-07 00:49:46 +0000
committerjoerg <joerg@pkgsrc.org>2013-11-07 00:49:46 +0000
commit02b0558e8a329de75751011aad22fa981714f0bf (patch)
tree5a52b22b53a0f91ed4ad772b55fcc78b6f5f4eba /time
parent0486a2beaa0ef753f5bb679d8969a41e528f70b9 (diff)
downloadpkgsrc-02b0558e8a329de75751011aad22fa981714f0bf.tar.gz
Fix inline use.
Diffstat (limited to 'time')
-rw-r--r--time/wmitime/distinfo3
-rw-r--r--time/wmitime/patches/patch-.._wmgeneral_list.h17
2 files changed, 19 insertions, 1 deletions
diff --git a/time/wmitime/distinfo b/time/wmitime/distinfo
index c2f036ad2dc..4a3baf63bbb 100644
--- a/time/wmitime/distinfo
+++ b/time/wmitime/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2013/11/06 00:35:19 khorben Exp $
+$NetBSD: distinfo,v 1.2 2013/11/07 00:49:46 joerg Exp $
SHA1 (wmitime-0.3.tar.gz) = 64bb07c5eccce5592088cfccc87836f66695e07c
RMD160 (wmitime-0.3.tar.gz) = b2301a15ef159d2d55418ae5fbf914bedc388478
Size (wmitime-0.3.tar.gz) = 21442 bytes
+SHA1 (patch-.._wmgeneral_list.h) = 3833c707c4eaf8ef8297eb5b5658db14d70e24ee
SHA1 (patch-aa) = 9e2dc61ca81e403b142238aaaacd73297cc55e37
diff --git a/time/wmitime/patches/patch-.._wmgeneral_list.h b/time/wmitime/patches/patch-.._wmgeneral_list.h
new file mode 100644
index 00000000000..7c9df86d35a
--- /dev/null
+++ b/time/wmitime/patches/patch-.._wmgeneral_list.h
@@ -0,0 +1,17 @@
+$NetBSD: patch-.._wmgeneral_list.h,v 1.1 2013/11/07 00:49:46 joerg Exp $
+
+--- ../wmgeneral/list.h.orig 2013-11-07 00:24:26.000000000 +0000
++++ ../wmgeneral/list.h
+@@ -29,11 +29,7 @@ Boston, MA 02111-1307, USA. */
+ #ifndef __LIST_H_
+ #define __LIST_H_
+
+-#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
+-# define INLINE inline
+-#else
+-# define INLINE
+-#endif
++#define INLINE
+
+ typedef struct LinkedList {
+ void *head;