forked from Lainports/freebsd-ports
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)
10 lines
194 B
C
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
|
|
|