diff options
author | johans <johans@FreeBSD.org> | 2014-01-03 03:32:27 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-01-03 03:32:27 +0800 |
commit | e342e5cfb7ed589eda24cec9e13c3c9a31b35e2c (patch) | |
tree | 7e90ef78c4c0bdd50e5bea9bbcdf727eb164a7e5 | |
parent | a0ecbd39239c3fe9f99b6355675e28ce3353a09b (diff) | |
download | freebsd-ports-gnome-e342e5cfb7ed589eda24cec9e13c3c9a31b35e2c.tar.gz freebsd-ports-gnome-e342e5cfb7ed589eda24cec9e13c3c9a31b35e2c.tar.zst freebsd-ports-gnome-e342e5cfb7ed589eda24cec9e13c3c9a31b35e2c.zip |
Add patch to fix build, forgotten in previous commit
Reported by: Jan Henrik Sylvester <me@janh.de>, Eric Camachat <eric.camachat@gmail.com>
Pointyhat to: johans
-rw-r--r-- | comms/minicom/files/patch-ac | 6 | ||||
-rw-r--r-- | comms/minicom/files/patch-src-script.c | 14 |
2 files changed, 14 insertions, 6 deletions
diff --git a/comms/minicom/files/patch-ac b/comms/minicom/files/patch-ac index 05fee081d74b..c1235b5d38fb 100644 --- a/comms/minicom/files/patch-ac +++ b/comms/minicom/files/patch-ac @@ -1,6 +1,6 @@ ---- src/updown.c.orig 2011-09-07 23:04:32.000000000 +0200 -+++ src/updown.c 2011-12-28 16:07:59.000000000 +0100 -@@ -296,7 +296,7 @@ void updown(int what, int nr) +--- src/updown.c.orig 2013-12-08 11:25:06.000000000 +0100 ++++ src/updown.c 2014-01-02 20:30:33.000000000 +0100 +@@ -298,7 +298,7 @@ void updown(int what, int nr) do_log("%s", cmdline); /* jl 22.06.97 */ if (P_PFULL(g) == 'N') { diff --git a/comms/minicom/files/patch-src-script.c b/comms/minicom/files/patch-src-script.c index 6cc638522a92..e1a137ede73a 100644 --- a/comms/minicom/files/patch-src-script.c +++ b/comms/minicom/files/patch-src-script.c @@ -1,6 +1,14 @@ ---- src/script.c.orig 2011-07-23 19:58:32.000000000 +0200 -+++ src/script.c 2011-12-28 16:07:59.000000000 +0100 -@@ -69,7 +69,7 @@ struct env { +--- src/script.c.orig 2013-10-29 12:07:42.000000000 +0100 ++++ src/script.c 2014-01-02 20:30:55.000000000 +0100 +@@ -32,6 +32,7 @@ + #include <config.h> + #endif + ++#include <sys/wait.h> + #include <stdarg.h> + + #include "port.h" +@@ -76,7 +77,7 @@ struct env { struct env *curenv; /* Execution environment */ int gtimeout = 120; /* Global Timeout */ int etimeout = 0; /* Timeout in expect routine */ |