summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorundefine2004-02-09 20:20:42 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit079bf7f548f6d082eb1e120e0cc6756983c67ed5 (patch)
treeea52777d6cedd1417bbf570e8e94682d5cbfe7d8
parentb2ff21998583de745c3c5387ad6c9d6f498cd582 (diff)
downloadcentericq-079bf7f548f6d082eb1e120e0cc6756983c67ed5.zip
centericq-079bf7f548f6d082eb1e120e0cc6756983c67ed5.tar.gz
- small patch to allow build on ra
Changed files: centericq-rabackport.patch -> 1.1
-rw-r--r--centericq-rabackport.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/centericq-rabackport.patch b/centericq-rabackport.patch
new file mode 100644
index 0000000..0358a81
--- /dev/null
+++ b/centericq-rabackport.patch
@@ -0,0 +1,22 @@
+--- configure.in~ Mon Feb 9 20:14:30 2004
++++ configure.in Mon Feb 9 20:17:55 2004
+@@ -92,7 +92,7 @@
+
+ AC_CHECK_HEADERS([hash_map strstream ext/hash_map sstream],,)
+
+-AM_ICONV_LINK
++# AM_ICONV_LINK
+
+ AC_CHECK_LIB(socket, socket)
+ AC_CHECK_LIB(nsl, gethostbyname)
+--- kkstrtext-0.1/configure.in~ Fri Jan 16 01:21:49 2004
++++ kkstrtext-0.1/configure.in Mon Feb 9 20:21:33 2004
+@@ -10,7 +10,7 @@
+ AC_CHECK_HEADERS(_G_config.h)
+ AC_LANG_CPLUSPLUS
+
+-AM_ICONV_LINK
++#AM_ICONV_LINK
+ AM_ICONV
+
+ CFLAGS="$CFLAGS $INCICONV"