diff options
author | jschauma <jschauma> | 2002-11-20 21:39:37 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-11-20 21:39:37 +0000 |
commit | 67d4c23485959542bcdbbdd16593373bc27acace (patch) | |
tree | be875961118b8434c9b1d1ae64a77bb39ea19212 /wm/whiteBOX/patches/patch-ac | |
parent | 0a3b9f1991477f4062e9437cc33108d97c353b35 (diff) | |
download | pkgsrc-67d4c23485959542bcdbbdd16593373bc27acace.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-ac')
-rw-r--r-- | wm/whiteBOX/patches/patch-ac | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/wm/whiteBOX/patches/patch-ac b/wm/whiteBOX/patches/patch-ac new file mode 100644 index 00000000000..3ce09a9fd87 --- /dev/null +++ b/wm/whiteBOX/patches/patch-ac @@ -0,0 +1,50 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/11/20 21:39:37 jschauma Exp $ + +--- configure.orig Thu Jan 24 03:14:48 2002 ++++ configure Wed Nov 20 16:07:37 2002 +@@ -281,7 +281,7 @@ + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) +- prefix="$ac_optarg" ;; ++ ac_default_prefix="$ac_optarg" ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) +@@ -549,21 +549,21 @@ + fi + + +-ac_aux_dir= +-for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do +- if test -f $ac_dir/install-sh; then +- ac_aux_dir=$ac_dir +- ac_install_sh="$ac_aux_dir/install-sh -c" +- break +- elif test -f $ac_dir/install.sh; then +- ac_aux_dir=$ac_dir +- ac_install_sh="$ac_aux_dir/install.sh -c" +- break +- fi +-done +-if test -z "$ac_aux_dir"; then +- { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } +-fi ++ac_aux_dir=. ++#for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do ++# if test -f $ac_dir/install-sh; then ++# ac_aux_dir=$ac_dir ++# ac_install_sh="$ac_aux_dir/install-sh -c" ++# break ++# elif test -f $ac_dir/install.sh; then ++# ac_aux_dir=$ac_dir ++# ac_install_sh="$ac_aux_dir/install.sh -c" ++# break ++# fi ++#done ++#if test -z "$ac_aux_dir"; then ++# { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } ++#fi + ac_config_guess=$ac_aux_dir/config.guess + ac_config_sub=$ac_aux_dir/config.sub + ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. |