diff options
author | Chris Timmons <cwt@FreeBSD.org> | 1998-09-13 01:16:02 +0000 |
---|---|---|
committer | Chris Timmons <cwt@FreeBSD.org> | 1998-09-13 01:16:02 +0000 |
commit | 1de26d6b4c80a279ad36b334e0352cfceedcd1d8 (patch) | |
tree | 5358c896b8b29c4973b98500d4708a2672b10834 /misc/amanda25-server/files/patch-ae | |
parent | Fix to let ghostscript5 link dynamically with X11 elf libs (diff) |
Unbreak and update to 2.4.1. Now builds (with stubbed out chio functions) under CAM. Fixes for ELF and CAM RSN.
Notes
Notes:
svn path=/head/; revision=13095
Diffstat (limited to 'misc/amanda25-server/files/patch-ae')
-rw-r--r-- | misc/amanda25-server/files/patch-ae | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/amanda25-server/files/patch-ae b/misc/amanda25-server/files/patch-ae new file mode 100644 index 000000000000..62ea9e28e154 --- /dev/null +++ b/misc/amanda25-server/files/patch-ae @@ -0,0 +1,18 @@ +--- config/config.h.in Thu Aug 27 11:43:52 1998 ++++ config/config.h.in Sun Sep 6 11:38:27 1998 +@@ -1,4 +1,4 @@ +-/* config/config.h.in. Generated automatically from configure.in by autoheader. */ ++/* config/config.h.in. Generated automatically from ../configure.in by autoheader. */ + #ifndef _CONFIG_H + #define _CONFIG_H + +@@ -360,6 +360,9 @@ + + /* Define if you have the <arpa/inet.h> header file. */ + #undef HAVE_ARPA_INET_H ++ ++/* Define if you have the <camlib.h> header file. */ ++#undef HAVE_CAMLIB_H + + /* Define if you have the <chio.h> header file. */ + #undef HAVE_CHIO_H |