pkgsrc/wm/awesome/patches/patch-aa
wiz 4d5c97bffe Update to 2.3.6:
Julien Danjou (4):
      awesome: define SUN_LEN if not already defined
      build: use backquote rather then $()
      build: check for connect in socket lib
      build: use back quote instead of $()

Nikos Ntarmos (2):
      uicb: check before overwriting DISPLAY (FS#318)
      titlebar: unmap when going to Off position (FS#156)

Hannes Schueller (1):
      awesome-menu: make autocomplete behaviour configurable (FS#336)
2009-08-29 17:51:05 +00:00

13 lines
335 B
Text

$NetBSD: patch-aa,v 1.5 2009/08/29 17:51:05 wiz Exp $
--- configure.orig 2009-04-18 14:56:52.000000000 +0000
+++ configure
@@ -6292,7 +6292,7 @@ if test "${with_gtk+set}" = set; then
fi
-if test "x$with_gtk" == "xyes"; then
+if test "x$with_gtk" = "xyes"; then
pkg_failed=no
{ $as_echo "$as_me:$LINENO: checking for GTK" >&5