diff options
author | skrll <skrll@pkgsrc.org> | 2001-10-15 22:45:55 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-10-15 22:45:55 +0000 |
commit | a62b3e67a68598fb0fe4dc2e4d5c5c9e4b884cb3 (patch) | |
tree | 49e414584e7255669c95e2837a22f79f3eb9d507 /x11/kdebase2/patches/patch-bp | |
parent | 0fd50d6c14cb246a43399f14bb57be000010fcc8 (diff) | |
download | pkgsrc-a62b3e67a68598fb0fe4dc2e4d5c5c9e4b884cb3.tar.gz |
Update to KDE 2.2.1
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.
Diffstat (limited to 'x11/kdebase2/patches/patch-bp')
-rw-r--r-- | x11/kdebase2/patches/patch-bp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/kdebase2/patches/patch-bp b/x11/kdebase2/patches/patch-bp new file mode 100644 index 00000000000..f9f1457b282 --- /dev/null +++ b/x11/kdebase2/patches/patch-bp @@ -0,0 +1,25 @@ +$NetBSD: patch-bp,v 1.1 2001/10/15 22:46:02 skrll Exp $ + +--- kicker/Makefile.am.orig Sat Jun 2 19:01:03 2001 ++++ kicker/Makefile.am +@@ -3,15 +3,15 @@ + SUBDIRS = share core ui . proxy taskmanager taskbar applets extensions data + + bin_PROGRAMS = kicker +-lib_LTLIBRARIES = kicker.la ++lib_LTLIBRARIES = libkicker.la + + CLEANFILES = dummy.cpp + +-kicker_la_LIBADD = share/libkicker_share.la core/libkicker_core.la ui/libkicker_ui.la $(LIB_KSYCOCA) $(LIB_KFILE) +-kicker_la_SOURCES = dummy.cpp +-kicker_la_LDFLAGS = $(KDE_PLUGIN) -no-undefined -module ++libkicker_la_LIBADD = share/libkicker_share.la core/libkicker_core.la ui/libkicker_ui.la $(LIB_KSYCOCA) $(LIB_KFILE) ++libkicker_la_SOURCES = dummy.cpp ++libkicker_la_LDFLAGS = $(KDE_PLUGIN) -no-undefined -module + +-kicker_LDADD = kicker.la ++kicker_LDADD = libkicker.la + kicker_SOURCES = dummy.cpp + kicker_LDFLAGS = $(all_libraries) $(KDE_RPATH) + |