File 02-fix-ftbfs-binutils-gold.patch of Package gnome-u2ps
diff -Nur -x '*.orig' -x '*~' gnome-u2ps-0.0.4/src/Makefile.am gnome-u2ps-0.0.4.new/src/Makefile.am --- gnome-u2ps-0.0.4/src/Makefile.am 2004-05-05 17:11:31.000000000 +0700 +++ gnome-u2ps-0.0.4.new/src/Makefile.am 2011-01-29 07:00:04.308243611 +0700 @@ -9,7 +9,7 @@ u2ps_LDADD = \ $(U2PS_LIBS) \ - $(BZ2_LIBS) + $(BZ2_LIBS) -lgnomevfs-2 u2ps_SOURCES = \ fribidi.c \ diff -Nur -x '*.orig' -x '*~' gnome-u2ps-0.0.4/src/Makefile.in gnome-u2ps-0.0.4.new/src/Makefile.in --- gnome-u2ps-0.0.4/src/Makefile.in 2011-01-29 06:59:43.578244597 +0700 +++ gnome-u2ps-0.0.4.new/src/Makefile.in 2011-01-29 07:00:16.970745615 +0700 @@ -220,7 +220,7 @@ u2ps_LDADD = \ $(U2PS_LIBS) \ - $(BZ2_LIBS) + $(BZ2_LIBS) -lgnomevfs-2 u2ps_SOURCES = \ fribidi.c \