diff options
author | skrll <skrll> | 2001-03-14 17:38:00 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-03-14 17:38:00 +0000 |
commit | 9444b4db1199dd2a699186e85d353f4aa6b47f03 (patch) | |
tree | 3c911688e4aeab3f76f0315057e9e5641d215c19 /devel/kdesdk2/patches | |
parent | a243a364b7fb2f874c00c7c6345ebbd79af699e9 (diff) | |
download | pkgsrc-9444b4db1199dd2a699186e85d353f4aa6b47f03.tar.gz |
Import of KDE 2.1 kdesdk package.
Diffstat (limited to 'devel/kdesdk2/patches')
-rw-r--r-- | devel/kdesdk2/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/kdesdk2/patches/patch-aa b/devel/kdesdk2/patches/patch-aa new file mode 100644 index 00000000000..e549eb71580 --- /dev/null +++ b/devel/kdesdk2/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/03/14 17:38:00 skrll Exp $ + +--- kbabel/kbabeldict/Makefile.in.orig Mon Mar 12 18:04:18 2001 ++++ kbabel/kbabeldict/Makefile.in +@@ -214,7 +214,7 @@ + + # this is the program that gets installed. it's name is used for all + # of the other Makefile.am variables +-lib_LTLIBRARIES = libkbabeldict.la libkbabeldictplugin.la ++lib_LTLIBRARIES = libkbabeldictplugin.la libkbabeldict.la + bin_PROGRAMS = kbabeldict + + # set the include path for X, qt and KDE |