summaryrefslogtreecommitdiffstats
path: root/deskutils/logjam/files
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2004-05-27 08:27:55 +0000
committermezz <mezz@FreeBSD.org>2004-05-27 08:27:55 +0000
commitd9cf9e197b8e6461513a4b144b9ae5acec563619 (patch)
tree3cbdf9d1469ce8693eed5e2d54578f56fbe85e13 /deskutils/logjam/files
parent994da6122e66382d09c4883b662a0e1224aba6a4 (diff)
downloadFreeBSD-ports-d9cf9e197b8e6461513a4b144b9ae5acec563619.zip
FreeBSD-ports-d9cf9e197b8e6461513a4b144b9ae5acec563619.tar.gz
deskutils/logjam2 -> deskutils/logjam
GTK2 logjam (was logjam2) is now default and remove the GTK1 logjam. Also, included some tweaks and cleans up like add checks if libraries exist and depend on them by automatic. PR: ports/66620 Approved by: adamw (mentor)
Diffstat (limited to 'deskutils/logjam/files')
-rw-r--r--deskutils/logjam/files/patch-src::cmdline.c10
-rw-r--r--deskutils/logjam/files/patch-src::get_cmd_out.c9
2 files changed, 19 insertions, 0 deletions
diff --git a/deskutils/logjam/files/patch-src::cmdline.c b/deskutils/logjam/files/patch-src::cmdline.c
new file mode 100644
index 0000000..3b5d9c5
--- /dev/null
+++ b/deskutils/logjam/files/patch-src::cmdline.c
@@ -0,0 +1,10 @@
+--- src/cmdline.c.orig Wed Mar 31 05:03:06 2004
++++ src/cmdline.c Mon May 10 00:19:23 2004
+@@ -13,6 +13,7 @@
+ #endif
+
+ #ifdef HAVE_REGEX_H
++#include <sys/types.h>
+ #include <regex.h>
+ #endif
+
diff --git a/deskutils/logjam/files/patch-src::get_cmd_out.c b/deskutils/logjam/files/patch-src::get_cmd_out.c
new file mode 100644
index 0000000..91f21b1
--- /dev/null
+++ b/deskutils/logjam/files/patch-src::get_cmd_out.c
@@ -0,0 +1,9 @@
+--- src/get_cmd_out.c.orig Sun May 9 16:29:56 2004
++++ src/get_cmd_out.c Sun May 9 16:30:55 2004
+@@ -12,6 +12,7 @@
+ #include <unistd.h>
+ #include <errno.h>
+ #include <sys/types.h>
++#include <signal.h>
+ #include <sys/wait.h>
+ #include "util.h"
OpenPOWER on IntegriCloud