Updating giv.

svn path=/nixpkgs/trunk/; revision=27466
This commit is contained in:
Lluís Batlle i Rossell 2011-06-15 08:59:02 +00:00
parent 7b78f74a6d
commit 05e7655d79
2 changed files with 2 additions and 14 deletions

View File

@ -42,15 +42,3 @@ index ffce001..74246f8 100644
variant = "Debug"
diff --git a/src/plugins/dcmtk/config/include/dcmtk/config/cfunix.h b/src/plugins/dcmtk/config/include/dcmtk/config/cfunix.h
index 32dbcbb..c456604 100644
--- a/src/plugins/dcmtk/config/include/dcmtk/config/cfunix.h
+++ b/src/plugins/dcmtk/config/include/dcmtk/config/cfunix.h
@@ -332,7 +332,6 @@ typedef int pid_t;
#endif
/* Define `size_t' to `unsigned' if <sys/types.h> does not define. */
-#define HAVE_NO_TYPEDEF_SIZE_T 1
#ifdef HAVE_NO_TYPEDEF_SIZE_T
typedef unsigned size_t;
#endif

View File

@ -2,11 +2,11 @@
pcre, cfitsio, perl, gob2, vala, libtiff }:
stdenv.mkDerivation rec {
name = "giv-0.9.18";
name = "giv-0.9.19";
src = fetchurl {
url = "mirror://sourceforge/giv/${name}.tar.gz";
sha256 = "0w81cc56mq8qiv36jljgarycly3fnpr5i7cjnsprgfm79icdi8nl";
sha256 = "07sgpp4k27417ymavcvil4waq6ac2mj08g42g1l52l435xm5mnh7";
};
# It built code to be put in a shared object without -fPIC