ports/print/transfig/patches/patch-fig2dev_dev_genbitmaps_c

13 lines
337 B
Text

Fix undefined references to `WIFEXITED' and `WEXITSTATUS'.
Index: fig2dev/dev/genbitmaps.c
--- fig2dev/dev/genbitmaps.c.orig
+++ fig2dev/dev/genbitmaps.c
@@ -36,6 +36,7 @@
#include <stdlib.h>
#include <string.h>
#include <signal.h>
+#include <sys/wait.h>
#include "bool.h"
#include "fig2dev.h" /* includes bool.h and object.h */