summaryrefslogtreecommitdiff
path: root/x11/kdebase2/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase2/patches/patch-am')
-rw-r--r--x11/kdebase2/patches/patch-am35
1 files changed, 16 insertions, 19 deletions
diff --git a/x11/kdebase2/patches/patch-am b/x11/kdebase2/patches/patch-am
index e362b049a46..51af1463ea1 100644
--- a/x11/kdebase2/patches/patch-am
+++ b/x11/kdebase2/patches/patch-am
@@ -1,25 +1,22 @@
-$NetBSD: patch-am,v 1.2 2001/10/15 22:46:00 skrll Exp $
+$NetBSD: patch-am,v 1.3 2001/12/03 15:37:19 skrll Exp $
---- kcontrol/ebrowsing/Makefile.in.orig Sat Sep 8 01:36:23 2001
+--- kcontrol/ebrowsing/Makefile.in.orig Sat Nov 10 07:58:18 2001
+++ kcontrol/ebrowsing/Makefile.in
-@@ -284 +284 @@
+@@ -283,7 +283,7 @@
+
+ libkcm_kurifilt_la_SOURCES = filteropts.cpp main.cpp
+
-libkcm_kurifilt_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+libkcm_kurifilt_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined ${KDE_RPATH}
-@@ -326 +326 @@
+ libkcm_kurifilt_la_LIBADD = $(LIB_KSYCOCA)
+
+ data_DATA = ebrowsing.desktop
+@@ -325,7 +325,7 @@
+
+ #>- DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
+ #>+ 4
-KDE_DIST=ebrowsing.desktop filteropts.h main.h
+KDE_DIST=main.h ebrowsing.desktop filteropts.h
-@@ -488 +488 @@
-- test "$$subdir" = "." && dot_seen=yes; \
-+ test "$$subdir" != "." || dot_seen=yes; \
-@@ -546,11 +545,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
+
+ DISTFILES= $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+