summaryrefslogtreecommitdiff
path: root/wm/bsetroot/patches
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-11-20 18:13:37 +0000
committerjschauma <jschauma@pkgsrc.org>2002-11-20 18:13:37 +0000
commitbab05907d97830f2800a2e9a92e1f27766613e76 (patch)
tree94c8c01e51948ca6c6289d5f0c46aa4e7f820057 /wm/bsetroot/patches
parenta045353e3d043ba238d67dfd9136e3aa87af47ff (diff)
downloadpkgsrc-bab05907d97830f2800a2e9a92e1f27766613e76.tar.gz
Initial import of bsetroot into pkgsrc.
This package includes two tools, bsetbg and bsetroot, used by the Blackbox windowmanager to set the root window's properties. Blackbox shares code with the Openbox and Hackedbox window managers, which also utilize these tools, allowing these window managers to share some themes as well.
Diffstat (limited to 'wm/bsetroot/patches')
-rw-r--r--wm/bsetroot/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/wm/bsetroot/patches/patch-aa b/wm/bsetroot/patches/patch-aa
new file mode 100644
index 00000000000..bdb918a6779
--- /dev/null
+++ b/wm/bsetroot/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/11/20 18:13:37 jschauma Exp $
+
+--- util/Makefile.in.orig Wed Nov 20 13:03:43 2002
++++ util/Makefile.in Wed Nov 20 13:05:16 2002
+@@ -73,13 +73,13 @@
+ gencat_cmd = @gencat_cmd@
+ regex_cmd = @regex_cmd@
+
+-CPPFLAGS = @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @ORDEREDPSEUDO@
++CPPFLAGS = @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @ORDEREDPSEUDO@ -DLOCALEPATH=\"$(pkgdatadir)/nls\"
+
+ bin_SCRIPTS = bsetbg
+ bin_PROGRAMS = bsetroot
+
+ bsetroot_SOURCES = bsetroot.cc
+-bsetroot_LDADD = ../src/BaseDisplay.o ../src/Color.o ../src/GCCache.o ../src/Texture.o ../src/Timer.o ../src/Image.o ../src/ImageControl.o ../src/i18n.o ../src/Util.o
++bsetroot_LDADD = BaseDisplay.o Color.o GCCache.o Texture.o Timer.o Image.o ImageControl.o i18n.o Util.o
+
+ MAINTAINERCLEANFILES = Makefile.in
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs