diff options
author | hans <hans@pkgsrc.org> | 2011-10-13 13:17:34 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-10-13 13:17:34 +0000 |
commit | 3f71d886ec4e947400bbcb66bf3c54b249f7a292 (patch) | |
tree | a4700504d109d097a55362a41665ea872f22b6fb /graphics/evas | |
parent | c93f1f236e1c875971e406dfc6774e6c0624f590 (diff) | |
download | pkgsrc-3f71d886ec4e947400bbcb66bf3c54b249f7a292.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'graphics/evas')
-rw-r--r-- | graphics/evas/distinfo | 3 | ||||
-rw-r--r-- | graphics/evas/patches/patch-configure | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/evas/distinfo b/graphics/evas/distinfo index 0121e1917ec..6f290b05366 100644 --- a/graphics/evas/distinfo +++ b/graphics/evas/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.6 2011/01/31 10:17:41 wiz Exp $ +$NetBSD: distinfo,v 1.7 2011/10/13 13:17:34 hans Exp $ SHA1 (evas-0.9.9.063.tar.gz) = b729028600dcdbd3d567725497cd0b174667a368 RMD160 (evas-0.9.9.063.tar.gz) = 58e867827b4180f4f4f71b7296221a4cfb0a4123 Size (evas-0.9.9.063.tar.gz) = 4946611 bytes SHA1 (patch-aa) = 40f243c8a07006f13535e8eb5cb784214b4590ee +SHA1 (patch-configure) = a8f29058d0e460d5ec12063efcf7583ae61e74e7 diff --git a/graphics/evas/patches/patch-configure b/graphics/evas/patches/patch-configure new file mode 100644 index 00000000000..c19ee9a3123 --- /dev/null +++ b/graphics/evas/patches/patch-configure @@ -0,0 +1,12 @@ +$NetBSD: patch-configure,v 1.1 2011/10/13 13:17:34 hans Exp $ + +--- configure.orig 2011-10-12 14:43:51.090292814 +0200 ++++ configure 2011-10-12 14:52:52.470584549 +0200 +@@ -20296,6 +20296,7 @@ cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + + #include <sys/types.h> ++#include <sys/stat.h> + #include <sys/mman.h> + #include <fcntl.h> + |