diff options
author | soren <soren> | 2000-01-07 06:37:59 +0000 |
---|---|---|
committer | soren <soren> | 2000-01-07 06:37:59 +0000 |
commit | 89bada1b63da71f38bd0ff7cea0f17e22f520d83 (patch) | |
tree | 222d684c3144dcb1a655db2e57410a5288a9f223 /sysutils/toshutils/patches/patch-ab | |
parent | 2aadfd0c96836d352c556af20226e681cb5f314a (diff) | |
download | pkgsrc-89bada1b63da71f38bd0ff7cea0f17e22f520d83.tar.gz |
wmtuxtime interacts badly with NetBSD, so don't build it.
Pointed out by Bill Squier.
Diffstat (limited to 'sysutils/toshutils/patches/patch-ab')
-rw-r--r-- | sysutils/toshutils/patches/patch-ab | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sysutils/toshutils/patches/patch-ab b/sysutils/toshutils/patches/patch-ab index 3154e18f8a8..05ca2945cff 100644 --- a/sysutils/toshutils/patches/patch-ab +++ b/sysutils/toshutils/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/12/20 03:05:16 hubertf Exp $ +$NetBSD: patch-ab,v 1.2 2000/01/07 06:38:00 soren Exp $ --- configure.orig Fri Dec 17 14:07:03 1999 -+++ configure Mon Dec 20 01:09:21 1999 ++++ configure Fri Jan 7 07:33:46 2000 @@ -526,7 +526,7 @@ @@ -20,3 +20,12 @@ $NetBSD: patch-ab,v 1.1.1.1 1999/12/20 03:05:16 hubertf Exp $ linux*) OS_CFLAGS='-DLINUX' ;; +@@ -2770,7 +2772,7 @@ + if test "$have_x" = "yes"; then + XLIB="-lX11 $X_EXTRA_LIBS" + EXTRAFLAGS="" +- PROGRAMS="$PROGRAMS hotkey wmtuxtime" # programs to build if X11 found ++ PROGRAMS="$PROGRAMS hotkey" # programs to build if X11 found + else + { echo "configure: error: *** libX11 not found. Check 'config.log' for more details." 1>&2; exit 1; } + XLIB="" |