diff options
author | kris <kris@FreeBSD.org> | 2002-09-09 09:26:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-09 09:26:59 +0800 |
commit | c02ae97b155fef1a864b44c535e005ca0612ce27 (patch) | |
tree | 08b032fd59f4d3a294f6d60fce58e0c56977c95d /databases/gigabase | |
parent | 66022677918a6802bb8081de2bb9a9157750ac4e (diff) | |
download | freebsd-ports-graphics-c02ae97b155fef1a864b44c535e005ca0612ce27.tar.gz freebsd-ports-graphics-c02ae97b155fef1a864b44c535e005ca0612ce27.tar.zst freebsd-ports-graphics-c02ae97b155fef1a864b44c535e005ca0612ce27.zip |
Fix build on -current (incorrect #include)
Submitted by: kan
Diffstat (limited to 'databases/gigabase')
-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 00000000000..9264721cc55 --- /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__) + // |