summaryrefslogtreecommitdiff
path: root/centericq-acfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'centericq-acfix.patch')
-rw-r--r--centericq-acfix.patch20
1 files changed, 11 insertions, 9 deletions
diff --git a/centericq-acfix.patch b/centericq-acfix.patch
index fa743dd..bf4254e 100644
--- a/centericq-acfix.patch
+++ b/centericq-acfix.patch
@@ -1,6 +1,7 @@
---- centericq-4.7.2/configure.in.orig Sun May 19 11:27:09 2002
-+++ centericq-4.7.2/configure.in Wed Jun 12 10:03:41 2002
-@@ -55,10 +55,10 @@
+diff -burN centericq-4.9.6-orig/configure.in centericq-4.9.6-acfix/configure.in
+--- centericq-4.9.6-orig/configure.in 2003-08-21 23:24:31.000000000 +0200
++++ centericq-4.9.6-acfix/configure.in 2003-09-02 10:12:27.682536280 +0200
+@@ -99,10 +99,10 @@
AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,)
AC_CHECK_HEADERS(ext/hash_map,,
@@ -11,11 +12,12 @@
- AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes])))
+ [AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))])
- AC_LANG_RESTORE
+ AC_CHECK_HEADERS(iconv.h)
---- centericq-4.7.2/libicq2000-0.6/configure.in.orig Sun Apr 21 10:30:08 2002
-+++ centericq-4.7.2/libicq2000-0.6/configure.in Wed Jun 12 10:07:16 2002
-@@ -23,10 +23,10 @@
+diff -burN centericq-4.9.6-orig/libicq2000-0.1/configure.in centericq-4.9.6-acfix/libicq2000-0.1/configure.in
+--- centericq-4.9.6-orig/libicq2000-0.1/configure.in 2003-04-05 19:47:36.000000000 +0200
++++ centericq-4.9.6-acfix/libicq2000-0.1/configure.in 2003-09-02 10:12:50.616049856 +0200
+@@ -19,10 +19,10 @@
AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,)
AC_CHECK_HEADERS(ext/hash_map,,
@@ -26,5 +28,5 @@
- AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes])))
+ [AC_CHECK_HEADERS(strstream,, AC_MSG_ERROR([Your libstdc++ doesn't have the sstream or strstream classes]))])
- AC_LANG_RESTORE
-
+ AC_TRY_COMPILE([
+ #include <sys/types.h>