summaryrefslogtreecommitdiff
path: root/x11/kdebase2/patches/patch-ea
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase2/patches/patch-ea')
-rw-r--r--x11/kdebase2/patches/patch-ea22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/kdebase2/patches/patch-ea b/x11/kdebase2/patches/patch-ea
new file mode 100644
index 00000000000..abf653b7419
--- /dev/null
+++ b/x11/kdebase2/patches/patch-ea
@@ -0,0 +1,22 @@
+$NetBSD: patch-ea,v 1.1 2001/10/15 22:46:10 skrll Exp $
+
+--- kwin/clients/mwm/Makefile.in.orig Sat Sep 8 01:36:50 2001
++++ kwin/clients/mwm/Makefile.in
+@@ -279 +279 @@
+-libkwinmwm_la_LIBADD = ../../kwin.la
++libkwinmwm_la_LIBADD = ../../libkwin.la
+@@ -301 +301 @@
+-libkwinmwm_la_DEPENDENCIES = ../../kwin.la
++libkwinmwm_la_DEPENDENCIES = ../../libkwin.la
+@@ -489,11 +488,0 @@
+-#>- @for file in $(DISTFILES); do \
+-#>- d=$(srcdir); \
+-#>- if test -d $$d/$$file; then \
+-#>- cp -pr $$/$$file $(distdir)/$$file; \
+-#>- else \
+-#>- test -f $(distdir)/$$file \
+-#>- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+-#>- || cp -p $$d/$$file $(distdir)/$$file || :; \
+-#>- fi; \
+-#>- done
+-#>+ 10