diff options
Diffstat (limited to 'palm/kpilot/files/patch-ae')
-rw-r--r-- | palm/kpilot/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/palm/kpilot/files/patch-ae b/palm/kpilot/files/patch-ae new file mode 100644 index 000000000000..143a93d674f0 --- /dev/null +++ b/palm/kpilot/files/patch-ae @@ -0,0 +1,11 @@ +--- conduits/popmail/Makefile.in.orig Mon May 18 17:35:38 1998 ++++ conduits/popmail/Makefile.in Fri Nov 6 14:50:31 1998 +@@ -157,7 +157,7 @@ + popmail_conduit_SOURCES= popmail-conduit.cc passworddialog.cc parsedate.c setupDialog.cc + + # the library search path +-popmail_conduit_LDFLAGS = @all_libraries@ -L`pwd`/../../kpilot -L`pwd`/../../kpilot/libpilot/_libs ++popmail_conduit_LDFLAGS = -L`pwd`/../../kpilot -L`pwd`/../../kpilot/libpilot/.libs @all_libraries@ + + # the libraries to link against. Be aware of the order. First the libraries, + # that depend on the following ones. |