diff options
author | joerg <joerg@pkgsrc.org> | 2012-11-01 19:52:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-11-01 19:52:47 +0000 |
commit | dbf51483235df2b67826c438a4937589a458e7aa (patch) | |
tree | fce2f72ee702deba81f65caa9cf506a8aa36bd2f /graphics | |
parent | b08ebf408dea6182683f565cf51ad724de7292da (diff) | |
download | pkgsrc-dbf51483235df2b67826c438a4937589a458e7aa.tar.gz |
Fix inline usage.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/wmphoto/distinfo | 3 | ||||
-rw-r--r-- | graphics/wmphoto/patches/patch-wmgeneral_list.h | 17 |
2 files changed, 19 insertions, 1 deletions
diff --git a/graphics/wmphoto/distinfo b/graphics/wmphoto/distinfo index f2fbf3778a2..9b4a24e8920 100644 --- a/graphics/wmphoto/distinfo +++ b/graphics/wmphoto/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.4 2010/01/29 23:50:26 joerg Exp $ +$NetBSD: distinfo,v 1.5 2012/11/01 19:52:47 joerg Exp $ SHA1 (wmphoto-0.3a.tar.gz) = dbec1ddd49671bc915b6e9ce37462247557f7fb9 RMD160 (wmphoto-0.3a.tar.gz) = 64b0006b90d187ec01da32f1bc9b7607d19f4330 Size (wmphoto-0.3a.tar.gz) = 19320 bytes SHA1 (patch-aa) = fc65409f609cf4484abf13a72437dd8e7fe77e5b +SHA1 (patch-wmgeneral_list.h) = fdbaefcdb1e895bf904b383316c8aac3909a9b20 diff --git a/graphics/wmphoto/patches/patch-wmgeneral_list.h b/graphics/wmphoto/patches/patch-wmgeneral_list.h new file mode 100644 index 00000000000..6edc193ff45 --- /dev/null +++ b/graphics/wmphoto/patches/patch-wmgeneral_list.h @@ -0,0 +1,17 @@ +$NetBSD: patch-wmgeneral_list.h,v 1.1 2012/11/01 19:52:47 joerg Exp $ + +--- wmgeneral/list.h.orig 2012-10-30 21:17:53.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; |