a62b3e67a6
With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc.
13 lines
530 B
Text
13 lines
530 B
Text
$NetBSD: patch-az,v 1.2 2001/10/15 22:46:01 skrll Exp $
|
|
|
|
--- kcontrol/konq/Makefile.am.orig Tue May 15 14:09:00 2001
|
|
+++ kcontrol/konq/Makefile.am
|
|
@@ -10,7 +10,7 @@
|
|
desktop.cpp uiserver.stub main.cpp
|
|
|
|
libkcm_konq_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
-libkcm_konq_la_LIBADD = $(LIB_KIO) $(LIB_KDEUI) $(LIB_KSYCOCA)
|
|
+libkcm_konq_la_LIBADD = $(LIB_KIO) $(LIB_KDEUI) $(LIB_KSYCOCA) ${KDE_RPATH}
|
|
|
|
libkcm_konq_la_DATA = overlapping.png onlyone.png
|
|
libkcm_konq_ladir = $(kde_datadir)/kcontrol/pics
|