SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
print/transfig/patches/patch-fig2dev_dev_genbitmaps_c
Normal file
13
print/transfig/patches/patch-fig2dev_dev_genbitmaps_c
Normal file
|
@ -0,0 +1,13 @@
|
|||
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 */
|
Loading…
Add table
Add a link
Reference in a new issue