diff options
author | markd <markd@pkgsrc.org> | 2004-05-26 13:20:53 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-05-26 13:20:53 +0000 |
commit | f87f439fd1dec1eb6f8ec7693f2a1a58586cbf47 (patch) | |
tree | c327bec8037811eaa3f9d954255df81c25dbd72e /x11/kdebase3/patches | |
parent | 427eb601ce44c5337024409e5fcc6c6f87c4b10d (diff) | |
download | pkgsrc-f87f439fd1dec1eb6f8ec7693f2a1a58586cbf47.tar.gz |
Don't look at old kdm or xdm configs that may be on the machine when
creating the new kdm config as the output is non deterministic.
Bump PKGREVISION.
Diffstat (limited to 'x11/kdebase3/patches')
-rw-r--r-- | x11/kdebase3/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-aj b/x11/kdebase3/patches/patch-aj new file mode 100644 index 00000000000..93494ef0123 --- /dev/null +++ b/x11/kdebase3/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.6 2004/05/26 13:20:53 markd Exp $ + +--- kdm/kfrontend/Makefile.in.orig 2004-04-06 03:09:12.000000000 +1200 ++++ kdm/kfrontend/Makefile.in +@@ -602,7 +602,7 @@ xdg_directorydir = @xdg_directorydir@ + xdg_menudir = @xdg_menudir@ + + # use 'make GENKDMCONF_FLAGS=... install' to override +-GENKDMCONF_FLAGS = ++GENKDMCONF_FLAGS = --no-old + SUBDIRS = pics sessions + AM_CPPFLAGS = -I$(srcdir)/../backend -I$(top_srcdir)/kcontrol/background \ + $(all_includes) $(XDMCP_DEFINE) |