diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-11-20 21:39:37 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-11-20 21:39:37 +0000 |
commit | dba63cec16dd8f86e9212bd15b2f9741f6ff037b (patch) | |
tree | be875961118b8434c9b1d1ae64a77bb39ea19212 /wm/whiteBOX/patches/patch-ab | |
parent | e8b5af33278d854ae7681e8619c82b3aab03a0c8 (diff) | |
download | pkgsrc-dba63cec16dd8f86e9212bd15b2f9741f6ff037b.tar.gz |
Initial import of wm/whiteBOX using package provided by Julio Merino
(jmmv at hispabsd dot org) in PR pkg/18232. Minor modifications by me:
- remove dependency on blackbox (this application works without and could
be used for openbox as well)
- remove build-dependencies on autoconf and automake by creating the
necessary installation directories by hand
DESCR:
whiteBOX is an attempt to make a flexible yet simple to use
multi-purpose configuration tool for the Blackbox window
manager. whiteBOX is written using GTK+ and the C programming
language.
Diffstat (limited to 'wm/whiteBOX/patches/patch-ab')
-rw-r--r-- | wm/whiteBOX/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wm/whiteBOX/patches/patch-ab b/wm/whiteBOX/patches/patch-ab new file mode 100644 index 00000000000..0ecdf69f4f6 --- /dev/null +++ b/wm/whiteBOX/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/11/20 21:39:37 jschauma Exp $ + +--- src/Makefile.in.orig Sun Sep 8 12:29:52 2002 ++++ src/Makefile.in Sun Sep 8 12:30:04 2002 +@@ -107,7 +107,7 @@ + + SUBDIRS = plugins + +-whiteBOX_LDADD = @GTK_LIBS@ $(INTLLIBS) ++whiteBOX_LDADD = @GTK_LIBS@ $(INTLLIBS) -export-dynamic + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = |