pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/wmphoto Fix inline usage.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9a217e46d37
branches:  trunk
changeset: 610649:b9a217e46d37
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 01 19:52:47 2012 +0000

description:
Fix inline usage.

diffstat:

 graphics/wmphoto/distinfo                       |   3 ++-
 graphics/wmphoto/patches/patch-wmgeneral_list.h |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r dc2102001c2e -r b9a217e46d37 graphics/wmphoto/distinfo
--- a/graphics/wmphoto/distinfo Thu Nov 01 19:52:03 2012 +0000
+++ b/graphics/wmphoto/distinfo Thu Nov 01 19:52:47 2012 +0000
@@ -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 -r dc2102001c2e -r b9a217e46d37 graphics/wmphoto/patches/patch-wmgeneral_list.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/wmphoto/patches/patch-wmgeneral_list.h   Thu Nov 01 19:52:47 2012 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index