diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-18 00:45:59 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-18 00:45:59 +0000 |
commit | 7d412c3670054b5fb4d2dd1bd63edbe05afd7edf (patch) | |
tree | e3b8ba8dd1dca0bbaee65a1ab11c4d6c2c751936 /www/netsurf/files/patch-utils__config.h | |
parent | - Update to 0.3.0 (diff) |
Add port www/netsurf:
NetSurf is a lightweight cross-platform Web browser. It supports the
HTML 4 and CSS standards and provides a small, fast, and comprehensive
Web browsing solution. NetSurf was originally written for RISC OS.
WWW: http://www.netsurf-browser.org/
Notes
Notes:
svn path=/head/; revision=197852
Diffstat (limited to 'www/netsurf/files/patch-utils__config.h')
-rw-r--r-- | www/netsurf/files/patch-utils__config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/netsurf/files/patch-utils__config.h b/www/netsurf/files/patch-utils__config.h new file mode 100644 index 000000000000..37ab5d10d01e --- /dev/null +++ b/www/netsurf/files/patch-utils__config.h @@ -0,0 +1,10 @@ +--- ./utils/config.h.orig 2007-08-17 16:06:48.000000000 +0400 ++++ ./utils/config.h 2007-08-17 16:06:57.000000000 +0400 +@@ -18,6 +18,7 @@ + + #ifndef _NETSURF_UTILS_CONFIG_H_ + #define _NETSURF_UTILS_CONFIG_H_ ++#include <sys/types.h> + + /* Try to detect which features the target OS supports */ + |