diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-30 13:18:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-30 13:18:51 +0000 |
commit | a9adf7cebe2a2add59f5ba18ff7e5e624aa0216a (patch) | |
tree | e7848f0fb3497e1586c95ce662a3d671f0e5088f /graphics/ImageMagick/patches | |
parent | 023e34604435149fa9c0eab0b1ed36a215b4ca52 (diff) | |
download | pkgsrc-a9adf7cebe2a2add59f5ba18ff7e5e624aa0216a.tar.gz |
Make it partially compile on 1.4.2, whose unistd.h doesn't seem to like
this combination of _XOPEN_SOURCE and _POSIX_C_SOURCE.
Diffstat (limited to 'graphics/ImageMagick/patches')
-rw-r--r-- | graphics/ImageMagick/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/ImageMagick/patches/patch-ab b/graphics/ImageMagick/patches/patch-ab new file mode 100644 index 00000000000..57c2846c45a --- /dev/null +++ b/graphics/ImageMagick/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.10 2001/01/30 13:18:52 wiz Exp $ + +--- magick/magick.h.orig Wed Jan 24 16:12:55 2001 ++++ magick/magick.h Tue Jan 30 13:53:37 2001 +@@ -11,8 +11,6 @@ + /* + System include declarations. + */ +-#define _XOPEN_SOURCE 500 +-#define _POSIX_C_SOURCE 199506L + + #include <stdio.h> + #include <stdlib.h> |