diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-27 17:09:55 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-27 17:09:55 +0000 |
commit | de80a39c47b26acb0cbd2972cfe14e55beed7c66 (patch) | |
tree | deb8971f5d240e416d4a519a67655cc5bb2a9c21 /graphics/gliv/files/patch-src::imagemagick.c | |
parent | Update to 0.42 (diff) |
Update to 1.4.5
Maintainer is dropping maintainership of this port
PR: 34336
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=53860
Diffstat (limited to 'graphics/gliv/files/patch-src::imagemagick.c')
-rw-r--r-- | graphics/gliv/files/patch-src::imagemagick.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/gliv/files/patch-src::imagemagick.c b/graphics/gliv/files/patch-src::imagemagick.c deleted file mode 100644 index 203ce71f701b..000000000000 --- a/graphics/gliv/files/patch-src::imagemagick.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/imagemagick.c.orig Wed Nov 21 13:19:48 2001 -+++ src/imagemagick.c Thu Nov 22 06:12:10 2001 -@@ -22,7 +22,7 @@ - * Loading through ImageMagick. * - ********************************/ - --#include <fcntl.h> /* S_IRWXU */ -+#include <sys/stat.h> /* S_IRWXU */ - #include <stdio.h> /* tmpnam() */ - #include <time.h> /* time() */ - #include <unistd.h> /* chdir(), getpid(), unlink() */ |