diff options
author | hans <hans@pkgsrc.org> | 2012-03-21 20:03:31 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-03-21 20:03:31 +0000 |
commit | 0fff2cc0008e0f2c52bbb56ae4c217f86ecf3a98 (patch) | |
tree | b5c9dfaf4141203173ab9cceec216e94fc13ea7d /graphics | |
parent | ef20c3a0b9514eb2500819c1b9c3ba31022946dc (diff) | |
download | pkgsrc-0fff2cc0008e0f2c52bbb56ae4c217f86ecf3a98.tar.gz |
Include sys/types.h for size_t.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/djvulibre-lib/distinfo | 3 | ||||
-rw-r--r-- | graphics/djvulibre-lib/patches/patch-libjdvu_GSmartPointer.h | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/djvulibre-lib/distinfo b/graphics/djvulibre-lib/distinfo index 575df33a057..c7ffad63f90 100644 --- a/graphics/djvulibre-lib/distinfo +++ b/graphics/djvulibre-lib/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2011/10/27 10:32:56 ryoon Exp $ +$NetBSD: distinfo,v 1.10 2012/03/21 20:03:31 hans Exp $ SHA1 (djvulibre-3.5.24.tar.gz) = 075d1d4a333a2fe74e4c9240d853be016e27e983 RMD160 (djvulibre-3.5.24.tar.gz) = cee93324ecfa7d832f29f390b4e8d82424b9eed0 @@ -7,3 +7,4 @@ SHA1 (patch-aa) = c819c6b1218b3178983bb48e53c4d3c0f7dd0227 SHA1 (patch-ab) = 5e8f6d3b925da3a2a09b87a05d2b9564f9c2e7b4 SHA1 (patch-ac) = 0c713031903aade12eda1d898595798a1468fd0a SHA1 (patch-ad) = 7fe0f2d2b7c242c44720e9b4b76aa665d2551e6b +SHA1 (patch-libjdvu_GSmartPointer.h) = ff6acc69b0d3dc4cf00ad7c9a9863778ad33724f diff --git a/graphics/djvulibre-lib/patches/patch-libjdvu_GSmartPointer.h b/graphics/djvulibre-lib/patches/patch-libjdvu_GSmartPointer.h new file mode 100644 index 00000000000..39cf56446a1 --- /dev/null +++ b/graphics/djvulibre-lib/patches/patch-libjdvu_GSmartPointer.h @@ -0,0 +1,15 @@ +$NetBSD: patch-libjdvu_GSmartPointer.h,v 1.1 2012/03/21 20:03:31 hans Exp $ + +--- libdjvu/GSmartPointer.h.orig 2011-03-06 18:43:17.000000000 +0100 ++++ libdjvu/GSmartPointer.h 2012-03-21 20:54:17.483636113 +0100 +@@ -97,6 +97,10 @@ + #include "DjVuGlobal.h" + #include "atomic.h" + ++#if defined(HAVE_SYS_TYPES_H) ++#include <sys/types.h> ++#endif ++ + #ifdef HAVE_NAMESPACES + namespace DJVU { + # ifdef NOT_DEFINED // Just to fool emacs c++ mode |