freebsd-ports/deskutils/logjam/files/patch-src::cmdline.c
Jeremy Messenger 345b971621 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)
2004-05-27 08:27:55 +00:00

10 lines
194 B
C

--- 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