summaryrefslogtreecommitdiff
path: root/x11/kdebase2/patches/patch-ec
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase2/patches/patch-ec')
-rw-r--r--x11/kdebase2/patches/patch-ec25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/kdebase2/patches/patch-ec b/x11/kdebase2/patches/patch-ec
new file mode 100644
index 00000000000..ed155807c36
--- /dev/null
+++ b/x11/kdebase2/patches/patch-ec
@@ -0,0 +1,25 @@
+$NetBSD: patch-ec,v 1.1 2001/10/15 22:46:10 skrll Exp $
+
+--- kwin/clients/quartz/Makefile.in.orig Sat Sep 8 01:36:50 2001
++++ kwin/clients/quartz/Makefile.in
+@@ -281 +281 @@
+-libkwinquartz_la_LIBADD = ../../kwin.la
++libkwinquartz_la_LIBADD = ../../libkwin.la
+@@ -303 +303 @@
+-libkwinquartz_la_DEPENDENCIES = ../../kwin.la
++libkwinquartz_la_DEPENDENCIES = ../../libkwin.la
+@@ -493 +493 @@
+- test "$$subdir" = "." && dot_seen=yes; \
++ test "$$subdir" != "." || dot_seen=yes; \
+@@ -551,11 +550,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