pkgsrc/x11/kdebase2/patches/patch-dr
skrll a62b3e67a6 Update to KDE 2.2.1
With apologies to Al I wouldn't know where to start with a summary of the
changes between 2.1 and 2.2.1 - there are just too many. A couple of
hopefully static URLS that contain useful information are

http://www.kde.org/announcements/changelog2_1to2_2.html
http://www.kde.org/announcements/changelog2_2to2_2_1.html

Support for a.out for kde{libs,base} added by me. The libtool/a.out
combination doesn't like the linking of modules into binaries. A better
way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15 22:45:55 +00:00

13 lines
422 B
Text

$NetBSD: patch-dr,v 1.1 2001/10/15 22:46:09 skrll Exp $
--- kwin/clients/kstep/Makefile.am.orig Sun Jun 24 18:12:39 2001
+++ kwin/clients/kstep/Makefile.am
@@ -4,7 +4,7 @@
kde_module_LTLIBRARIES = libkwinkstep.la
libkwinkstep_la_SOURCES = nextclient.cpp
-libkwinkstep_la_LIBADD = ../../kwin.la
+libkwinkstep_la_LIBADD = ../../libkwin.la
libkwinkstep_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
METASOURCES = AUTO