Add cmdpad (#2979)
[openwrt/svn-archive/archive.git] / XOrg / app / fluxbox / patches / 120-fbsetroot-compile.patch
1 diff -urN fluxbox-1.0.0.orig/util/Makefile.in fluxbox-1.0.0/util/Makefile.in
2 --- fluxbox-1.0.0.orig/util/Makefile.in 2007-12-30 18:54:47.000000000 +0100
3 +++ fluxbox-1.0.0/util/Makefile.in 2007-12-30 18:55:41.000000000 +0100
4 @@ -276,7 +276,7 @@
5 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
6 fbsetroot$(EXEEXT): $(fbsetroot_OBJECTS) $(fbsetroot_DEPENDENCIES)
7 @rm -f fbsetroot$(EXEEXT)
8 - $(CXXLINK) $(fbsetroot_OBJECTS) $(fbsetroot_LDADD) $(LIBS)
9 + $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) -o $@ $(fbsetroot_OBJECTS) $(fbsetroot_LDADD) $(LDFLAGS) $(LIBS)
10 fluxbox-remote$(EXEEXT): $(fluxbox_remote_OBJECTS) $(fluxbox_remote_DEPENDENCIES)
11 @rm -f fluxbox-remote$(EXEEXT)
12 $(CXXLINK) $(fluxbox_remote_OBJECTS) $(fluxbox_remote_LDADD) $(LIBS)