summaryrefslogtreecommitdiff
path: root/databases/gigabase
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-09 01:26:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-09 01:26:59 +0000
commit05f7f5bac23ff44737116ad95d42087a0da04edd (patch)
tree5d437259a4b322d1128fdb4cb5da91953c9eb565 /databases/gigabase
parentFix things after the GNOMENG commit. (diff)
Fix build on -current (incorrect #include)
Submitted by: kan
Notes
Notes: svn path=/head/; revision=65880
Diffstat (limited to 'databases/gigabase')
-rw-r--r--databases/gigabase/files/patch-ab11
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 000000000000..9264721cc55a
--- /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__)
+ //