diff options
author | Will Andrews <will@FreeBSD.org> | 2000-03-23 04:37:55 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-03-23 04:37:55 +0000 |
commit | ff9b4b479bf9fe4564554d8c8b6fb950a5605607 (patch) | |
tree | 1e900f7daa48a5d2388c078cd3d9cca8d87e6144 /security/kssh/files | |
parent | 5f5b5a5a946cbd5dc938516e05a6ee16854c30cb (diff) | |
download | ports-ff9b4b479bf9fe4564554d8c8b6fb950a5605607.tar.gz ports-ff9b4b479bf9fe4564554d8c8b6fb950a5605607.zip |
Notes
Diffstat (limited to 'security/kssh/files')
-rw-r--r-- | security/kssh/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/kssh/files/patch-aa b/security/kssh/files/patch-aa new file mode 100644 index 000000000000..a14c42dbf213 --- /dev/null +++ b/security/kssh/files/patch-aa @@ -0,0 +1,20 @@ +--- configure Fri Sep 24 05:24:26 1999 ++++ configure.new Wed Mar 22 23:23:09 2000 +@@ -3565,7 +3565,7 @@ + kde_libdir=NO + for i in $kde_libdirs; + do +- for j in libkdecore.la; ++ for j in libkdecore.so; + do + if test -r "$i/$j"; then + kde_libdir=$i +@@ -3575,7 +3575,7 @@ + done + + +-if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/libkdecore.la"; then ++if test -n "$ac_kde_libraries" && test ! -r "$ac_kde_libraries/libkdecore.so"; then + { echo "configure: error: + in the prefix, you've chosen, are no kde libraries installed. This will fail. + So, check this please and use another prefix!" 1>&2; exit 1; } |