This patch is to avoid inclusion of malloc.h.
--- libraries/liblber/decode.c.orig	Thu Dec 21 03:08:27 1995
+++ libraries/liblber/decode.c	Sun Nov 17 20:52:48 1996
@@ -20,7 +20,9 @@
 #if defined(NeXT) || defined(VMS)
 #include <stdlib.h>
 #else /* next || vms */
+#ifndef __FreeBSD__
 #include <malloc.h>
+#endif
 #endif /* next || vms */
 #if defined(BC31) || defined(_WIN32)
 #include <stdarg.h>
--- libraries/liblber/encode.c.orig	Thu Dec 21 03:08:11 1995
+++ libraries/liblber/encode.c	Sun Nov 17 20:53:42 1996
@@ -20,7 +20,9 @@
 #if defined(NeXT) || defined(VMS)
 #include <stdlib.h>
 #else /* next || vms */
+#ifndef __FreeBSD__
 #include <malloc.h>
+#endif
 #endif /* next || vms */
 #if defined( BC31 ) || defined( _WIN32 )
 #include <stdarg.h>
--- libraries/liblber/io.c.orig	Thu Apr 11 23:10:37 1996
+++ libraries/liblber/io.c	Sun Nov 17 20:54:13 1996
@@ -25,7 +25,9 @@
 #if defined(NeXT) || defined(VMS)
 #include <stdlib.h>
 #else /* next || vms */
+#ifndef __FreeBSD__
 #include <malloc.h>
+#endif
 #endif /* next || vms */
 #include <errno.h>
 #include <sys/types.h>
