diff options
author | ache <ache@FreeBSD.org> | 1997-06-19 11:38:28 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-06-19 11:38:28 +0000 |
commit | f33f8d05f2f16c6cd161b6f8e162aca271e13a54 (patch) | |
tree | 4b321e374cad0131e3df3216fff538739c16c66c /russian/cyrproxy | |
parent | 6f2edf9685cdf524941e623faf42e22263f15a4b (diff) | |
download | FreeBSD-ports-f33f8d05f2f16c6cd161b6f8e162aca271e13a54.zip FreeBSD-ports-f33f8d05f2f16c6cd161b6f8e162aca271e13a54.tar.gz |
Fix configuration
Diffstat (limited to 'russian/cyrproxy')
-rw-r--r-- | russian/cyrproxy/files/patch-ae | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/russian/cyrproxy/files/patch-ae b/russian/cyrproxy/files/patch-ae new file mode 100644 index 0000000..af440b5 --- /dev/null +++ b/russian/cyrproxy/files/patch-ae @@ -0,0 +1,36 @@ +*** policy.h.bak Mon May 5 20:47:06 1997 +--- policy.h Thu Jun 19 15:31:36 1997 +*************** +*** 94,100 **** + + /* #define NO_VSNPRINTF */ + +! #if defined(_AIX) || !defined(NO_VSNPRINTF) + #define NO_VSNPRINTF + #endif + +--- 94,100 ---- + + /* #define NO_VSNPRINTF */ + +! #if defined(_AIX) + #define NO_VSNPRINTF + #endif + +*************** +*** 105,111 **** + */ + /* #define NO_HSTRERROR */ + +! #if defined(_AIX) || !defined(NO_HSTRERROR) + #define NO_HSTRERROR + #endif + +--- 105,111 ---- + */ + /* #define NO_HSTRERROR */ + +! #if defined(_AIX) + #define NO_HSTRERROR + #endif + |