diff -r 7c4c13361550 -r 4708409c896c mozilla-libproxy.patch --- a/mozilla-libproxy.patch Sun Apr 11 13:02:13 2010 +0200 +++ b/mozilla-libproxy.patch Fri May 21 13:47:16 2010 +0200 @@ -6,7 +6,7 @@ diff --git a/config/autoconf.mk.in b/config/autoconf.mk.in --- a/config/autoconf.mk.in +++ b/config/autoconf.mk.in -@@ -537,16 +537,20 @@ FT2_CFLAGS = @FT2_CFLAGS@ +@@ -539,16 +539,20 @@ FT2_CFLAGS = @FT2_CFLAGS@ FT2_LIBS = @FT2_LIBS@ MOZ_PANGO_CFLAGS = @MOZ_PANGO_CFLAGS@ @@ -30,7 +30,7 @@ diff --git a/config/system-headers b/config/system-headers --- a/config/system-headers +++ b/config/system-headers -@@ -1012,8 +1012,11 @@ hunspell.hxx +@@ -1013,8 +1013,11 @@ hunspell.hxx #if MOZ_NATIVE_BZ2==1 bzlib.h #endif @@ -309,7 +309,7 @@ + c++; + } + -+printf("returned PAC proxy string: %s\n", PromiseFlatCString(aResult).get()); ++//printf("returned PAC proxy string: %s\n", PromiseFlatCString(aResult).get()); + + PR_Free(proxyArray); + return NS_OK;