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_readpics_c
Normal file
13
print/transfig/patches/patch-fig2dev_dev_readpics_c
Normal file
|
@ -0,0 +1,13 @@
|
|||
Fix undefined references to `WIFEXITED' and `WEXITSTATUS'.
|
||||
|
||||
Index: fig2dev/dev/readpics.c
|
||||
--- fig2dev/dev/readpics.c.orig
|
||||
+++ fig2dev/dev/readpics.c
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <sys/wait.h>
|
||||
|
||||
#include "messages.h"
|
||||
#include "xtmpfile.h"
|
Loading…
Add table
Add a link
Reference in a new issue