diff options
author | skrll <skrll@pkgsrc.org> | 2002-06-25 22:14:10 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-06-25 22:14:10 +0000 |
commit | 7da12a9746df24f9c75ee40a0b2ad27ce9299af1 (patch) | |
tree | 33bc4b2b693819196b2b3c30b3e01e0a7dfcf492 /x11/kdebase3/patches/patch-er | |
parent | 144a9d019b6d79edc66adffe36386fcda531440b (diff) | |
download | pkgsrc-7da12a9746df24f9c75ee40a0b2ad27ce9299af1.tar.gz |
Fix more kde_module/lib problems. The most obvious example of this was the
"There was an error loading the module Navigation Panel." when loading
konqueror.
Diffstat (limited to 'x11/kdebase3/patches/patch-er')
-rw-r--r-- | x11/kdebase3/patches/patch-er | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-er b/x11/kdebase3/patches/patch-er new file mode 100644 index 00000000000..9c304dc1182 --- /dev/null +++ b/x11/kdebase3/patches/patch-er @@ -0,0 +1,22 @@ +$NetBSD: patch-er,v 1.1 2002/06/25 22:14:13 skrll Exp $ + +--- konqueror/sidebar/trees/Makefile.in.orig Tue Jun 25 19:31:48 2002 ++++ konqueror/sidebar/trees/Makefile.in +@@ -576,7 +576,7 @@ + + #>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + #>+ 4 +-KDE_DIST=konq_sidebartreetoplevelitem.h konq_sidebartree.h konq_sidebartreemodule.h konqsidebar_tree.h konq_sidebartreeitem.h ++KDE_DIST=konq_sidebartree.h konq_sidebartreemodule.h konqsidebar_tree.h konq_sidebartreetoplevelitem.h konq_sidebartreeitem.h + + DISTFILES= $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST) + +@@ -672,7 +672,7 @@ + + #>- install-exec-am: install-libLTLIBRARIES + #>+ 1 +-install-exec-am: install-kde_moduleLTLIBRARIES install-libLTLIBRARIES ++install-exec-am: install-libLTLIBRARIES install-kde_moduleLTLIBRARIES + + install-info: install-info-recursive + |