diff options
author | John Fieber <jfieber@FreeBSD.org> | 1997-06-22 20:28:13 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1997-06-22 20:28:13 +0000 |
commit | 0dc47c9b17fa01e4b0dd3a724d7bc0cf53d54c81 (patch) | |
tree | 4b5b739508f6bd8207d09d0410c67b15f702e993 /textproc/jade/files/patch-aa | |
parent | Use variable MASTER_SITE_LOCAL. (diff) |
Jade: a DSSSL processor.
Note, this port is a superset of the SP port, but unlike SP
this one will not compile on FreeBSD 2.1.x--a more modern C++
compiler is needed.
Notes
Notes:
svn path=/head/; revision=7040
Diffstat (limited to 'textproc/jade/files/patch-aa')
-rw-r--r-- | textproc/jade/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/jade/files/patch-aa b/textproc/jade/files/patch-aa new file mode 100644 index 000000000000..29715f74863a --- /dev/null +++ b/textproc/jade/files/patch-aa @@ -0,0 +1,17 @@ +*** include/config.h.orig Wed Jun 12 11:56:06 1996 +--- include/config.h Tue Oct 15 17:08:09 1996 +*************** +*** 7,12 **** +--- 7,18 ---- + #define SP_INCLUDE_UNISTD_H + #define SP_POSIX_FILENAMES + ++ #if (defined(__FreeBSD__) || defined(__NetBSD__)) ++ #define SP_HAVE_LOCALE ++ #define SP_HAVE_SOCKET ++ #define SP_MULTI_BYTE ++ #endif ++ + #ifdef __GNUG__ + // It's not missing, but it pulls in libg++ + #define SP_NEW_H_MISSING |