diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 | 
| commit | b47be74084057e3550b8723eae1dbc0f7c0d2fa5 (patch) | |
| tree | 82e808f1c6023ffd99af5a14a44b649fd49d587e /graphics/GraphicsMagick12/files/patch-utility | |
| parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) | |
Diffstat (limited to 'graphics/GraphicsMagick12/files/patch-utility')
| -rw-r--r-- | graphics/GraphicsMagick12/files/patch-utility | 21 | 
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/GraphicsMagick12/files/patch-utility b/graphics/GraphicsMagick12/files/patch-utility deleted file mode 100644 index 6dd5fb61c3d3..000000000000 --- a/graphics/GraphicsMagick12/files/patch-utility +++ /dev/null @@ -1,21 +0,0 @@ ---- magick/utility.c   Sat Apr  2 17:35:06 2005 -+++ magick/utility.c   Sun Jul 24 18:22:40 2005 -@@ -47,4 +47,8 @@ - #include "magick/utility.h" -  -+#if defined(POSIX) -+#     include <sys/types.h> -+#     include <sys/wait.h> -+#endif -  - /* -@@ -3874,4 +3878,9 @@ - #if defined(POSIX) -   status=system(command); -+  if (status == -1) -+      perror(command); -+  else if (WIFSIGNALED(status)) { -+      fprintf(stderr, "Command ``\n%s\n'' terminated due to signal %d\n", command, WTERMSIG(status)); -+  } - #elif defined(vms) -   status=!system(command);  | 
