diff options
Diffstat (limited to 'x11/kdebase3/patches/patch-dr')
-rw-r--r-- | x11/kdebase3/patches/patch-dr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-dr b/x11/kdebase3/patches/patch-dr new file mode 100644 index 00000000000..fb1c2dfb202 --- /dev/null +++ b/x11/kdebase3/patches/patch-dr @@ -0,0 +1,22 @@ +$NetBSD: patch-dr,v 1.1.1.1 2002/05/31 13:19:19 skrll Exp $ + +--- kwin/clients/kstep/Makefile.in.orig Mon May 13 23:57:56 2002 ++++ kwin/clients/kstep/Makefile.in +@@ -292,7 +292,7 @@ + kde_module_LTLIBRARIES = kwin_kstep.la + + kwin_kstep_la_SOURCES = nextclient.cpp +-kwin_kstep_la_LIBADD = ../../kwin.la ++kwin_kstep_la_LIBADD = ../../libkwin.la + kwin_kstep_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module + + #>- METASOURCES = AUTO +@@ -308,7 +308,7 @@ + CONFIG_CLEAN_FILES = + LTLIBRARIES = $(kde_module_LTLIBRARIES) + +-kwin_kstep_la_DEPENDENCIES = ../../kwin.la ++kwin_kstep_la_DEPENDENCIES = ../../libkwin.la + am_kwin_kstep_la_OBJECTS = nextclient.lo + #>- kwin_kstep_la_OBJECTS = $(am_kwin_kstep_la_OBJECTS) + #>+ 5 |