diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-04 00:45:20 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-04 00:45:20 +0000 |
| commit | a2d0ac6c0bdda037d93e69f02693971143107b99 (patch) | |
| tree | f35ff6c64ab11699b1462ed8376a092879061468 /textproc/libxslt/files/patch-libexslt_crypto.c | |
| parent | remove USE_REINPLACE for all ports with categories starting with C (diff) | |
* Fix build on 4.X [1]
* Handle creating and removal of the libxslt-plugins directory [2]
PR: 96707 [1]
Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net> [1]
Reported by: pointyhat via kris [2]
Diffstat (limited to 'textproc/libxslt/files/patch-libexslt_crypto.c')
| -rw-r--r-- | textproc/libxslt/files/patch-libexslt_crypto.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/libxslt/files/patch-libexslt_crypto.c b/textproc/libxslt/files/patch-libexslt_crypto.c new file mode 100644 index 000000000000..527464e50093 --- /dev/null +++ b/textproc/libxslt/files/patch-libexslt_crypto.c @@ -0,0 +1,10 @@ +--- libexslt/crypto.c.orig Wed May 3 20:42:12 2006 ++++ libexslt/crypto.c Wed May 3 20:42:41 2006 +@@ -318,6 +318,7 @@ exsltCryptoCryptoApiRc4Decrypt (xmlXPath + #define PLATFORM_SHA1 GCRY_MD_SHA1 + + #ifdef HAVE_SYS_SELECT_H ++#include <sys/types.h> + #include <sys/select.h> /* needed by gcrypt.h 4 Jul 04 */ + #endif + #include <gcrypt.h> |
