diff options
author | kris <kris@FreeBSD.org> | 2002-09-09 01:26:59 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-09 01:26:59 +0000 |
commit | c02ae97b155fef1a864b44c535e005ca0612ce27 (patch) | |
tree | 08b032fd59f4d3a294f6d60fce58e0c56977c95d /databases | |
parent | 66022677918a6802bb8081de2bb9a9157750ac4e (diff) | |
download | FreeBSD-ports-c02ae97b155fef1a864b44c535e005ca0612ce27.zip FreeBSD-ports-c02ae97b155fef1a864b44c535e005ca0612ce27.tar.gz |
Fix build on -current (incorrect #include)
Submitted by: kan
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gigabase/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/gigabase/files/patch-ab b/databases/gigabase/files/patch-ab new file mode 100644 index 0000000..9264721 --- /dev/null +++ b/databases/gigabase/files/patch-ab @@ -0,0 +1,11 @@ +--- cliproto.h.orig Sat Sep 7 16:38:49 2002 ++++ cliproto.h Sat Sep 7 16:39:07 2002 +@@ -79,7 +79,7 @@ + + + #if defined(__FreeBSD__) +-#include <sys/param.h> ++#include <netinet/in.h> + #define USE_HTON_NTOH + #elif defined(__linux__) + // |