summaryrefslogtreecommitdiff
path: root/palm/kpilot/files/patch-ae
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1998-11-06 21:17:33 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1998-11-06 21:17:33 +0000
commit79337a0bf003ff0a9fc1225cf80a6300bad30947 (patch)
tree94b2cda0604c0f7428b7dde76e2b554894c97e78 /palm/kpilot/files/patch-ae
parentenable mswordview: ms word -> html converter. (diff)
Previous commit for ELF broke a.out.
Alerted by: Satoshi Asami <asami@freebsd.org>
Notes
Notes: svn path=/head/; revision=14376
Diffstat (limited to '')
-rw-r--r--palm/kpilot/files/patch-ae11
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.