diff options
Diffstat (limited to 'x11/kdebase3/patches/patch-dm')
-rw-r--r-- | x11/kdebase3/patches/patch-dm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdebase3/patches/patch-dm b/x11/kdebase3/patches/patch-dm new file mode 100644 index 00000000000..af723c401b5 --- /dev/null +++ b/x11/kdebase3/patches/patch-dm @@ -0,0 +1,13 @@ +$NetBSD: patch-dm,v 1.1.1.1 2002/05/31 13:19:19 skrll Exp $ + +--- kwin/clients/icewm/Makefile.am.orig Tue Feb 19 16:56:14 2002 ++++ kwin/clients/icewm/Makefile.am +@@ -5,7 +5,7 @@ + kde_module_LTLIBRARIES = kwin_icewm.la + + kwin_icewm_la_SOURCES = icewm.cpp +-kwin_icewm_la_LIBADD = ../../kwin.la ++kwin_icewm_la_LIBADD = ../../libkwin.la + kwin_icewm_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module + + METASOURCES = AUTO |