blob: 26052719debf89613eb4f675cf4dc51f1e39f2fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-bc,v 1.1 2001/10/15 22:46:01 skrll Exp $
--- kcontrol/konqhtml/Makefile.in.orig Sat Sep 8 01:36:26 2001
+++ kcontrol/konqhtml/Makefile.in
@@ -283 +283 @@
-libkcm_konqhtml_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+libkcm_konqhtml_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined ${KDE_RPATH}
@@ -329 +329 @@
-KDE_DIST=javaopts.h jsopts.h appearance.h htmlopts.h khttpoptdlg.h policydlg.h main.h pluginopts.h konqhtml.desktop
+KDE_DIST=policydlg.h jsopts.h khttpoptdlg.h konqhtml.desktop main.h htmlopts.h javaopts.h pluginopts.h appearance.h
@@ -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
|