File xrx.diff of Package xorg-x11
--- helper/GetUrl.c.orig 2006-07-20 04:33:59.000000000 +0200
+++ helper/GetUrl.c 2006-07-20 04:37:16.000000000 +0200
@@ -126,7 +126,7 @@
* too many times).
*/
for(retry = HTTP_CONNECTION_RETRIES; retry >= 0; retry--) {
- if ((trans_conn = _HttpTransOpenCOTSClient(address)) == NULL)
+ if ((trans_conn = (XtransConnInfo) _HttpTransOpenCOTSClient(address)) == NULL)
break;
if ((connect_stat = _HttpTransConnect(trans_conn, address)) < 0) {
--- configure.ac.orig 2008-06-26 10:24:03.000000000 +0000
+++ configure.ac 2008-06-26 10:24:18.000000000 +0000
@@ -60,7 +60,7 @@
[PLUGIN_CFLAGS=${FIREFOX_PLUGIN_CFLAGS}], [AC_MSG_RESULT([no])])
if test "x$PLUGIN_CFLAGS" = x ; then
- PLUGIN_CFLAGS=-I$(top_srcdir)/plugin/include
+ PLUGIN_CFLAGS="-I\$(top_srcdir)/plugin/include"
fi
fi
fi