diff options
Diffstat (limited to 'wm/fluxbox/patches/patch-ab')
-rw-r--r-- | wm/fluxbox/patches/patch-ab | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/wm/fluxbox/patches/patch-ab b/wm/fluxbox/patches/patch-ab new file mode 100644 index 00000000000..c30fc690d8e --- /dev/null +++ b/wm/fluxbox/patches/patch-ab @@ -0,0 +1,27 @@ +$NetBSD: patch-ab,v 1.6 2002/12/10 20:39:09 jschauma Exp $ + +--- util/Makefile.in.orig Tue Dec 10 15:06:19 2002 ++++ util/Makefile.in Tue Dec 10 15:08:09 2002 +@@ -94,20 +94,18 @@ + + SUBDIRS = fbrun + INCLUDES = -I../src/FbTk/ +-bin_SCRIPTS = bsetbg fluxbox-generate_menu +-bin_PROGRAMS = bsetroot ++bin_SCRIPTS = fluxbox-generate_menu + bsetroot_SOURCES = bsetroot.cc bsetroot.hh + bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o \ + ../src/StringUtil.o ../src/FbTk/libFbTk.a + + + MAINTAINERCLEANFILES = Makefile.in +-EXTRA_DIST = bsetbg fluxbox-generate_menu ++EXTRA_DIST = fluxbox-generate_menu + subdir = util + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = $(top_builddir)/config.h + CONFIG_CLEAN_FILES = +-bin_PROGRAMS = bsetroot$(EXEEXT) + PROGRAMS = $(bin_PROGRAMS) + + am_bsetroot_OBJECTS = bsetroot.$(OBJEXT) |