tags 556334 patch thanks Here is the attached patch that fixes ftbfs with binutils-gold on ubuntu
Regards -- Bhavani Shankar.R https://launchpad.net/~bhavi, a proud ubuntu community developer. What matters in life is application of mind!, It makes great sense to have some common sense..!
diff -Nru rxvt-unicode-9.09/debian/patches/fix_ftbfs_with_binutilsgold.patch rxvt-unicode-9.09/debian/patches/fix_ftbfs_with_binutilsgold.patch --- rxvt-unicode-9.09/debian/patches/fix_ftbfs_with_binutilsgold.patch 1970-01-01 00:00:00.000000000 +0000 +++ rxvt-unicode-9.09/debian/patches/fix_ftbfs_with_binutilsgold.patch 2010-11-20 07:41:40.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Link against libfontconfig to fix FTBFS with binutils-gold in natty toolchain +Author: Bhavani Shankar <bh...@ubuntu.com> + +--- rxvt-unicode-9.09.orig/src/Makefile.in ++++ rxvt-unicode-9.09/src/Makefile.in +@@ -20,7 +20,7 @@ LDFLAGS = @LDFLAGS@ + DEFS = @DEFS@ + LIBS = @LIBS@ + XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ @PIXBUF_CFLAGS@ +-XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@ ++XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 -lfontconfig @X_EXTRA_LIBS@ @PIXBUF_LIBS@ + COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC) + LINK = @LINKER@ $(LDFLAGS) + EXEEXT = @EXEEXT@ diff -Nru rxvt-unicode-9.09/debian/patches/series rxvt-unicode-9.09/debian/patches/series --- rxvt-unicode-9.09/debian/patches/series 2010-11-18 02:10:46.000000000 +0000 +++ rxvt-unicode-9.09/debian/patches/series 2010-11-20 07:42:36.000000000 +0000 @@ -1 +1,2 @@ debian-changes-9.09-1 +fix_ftbfs_with_binutilsgold.patch