diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1998-11-06 21:17:33 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1998-11-06 21:17:33 +0000 |
commit | 79337a0bf003ff0a9fc1225cf80a6300bad30947 (patch) | |
tree | 94b2cda0604c0f7428b7dde76e2b554894c97e78 /palm/kpilot/files/patch-ad | |
parent | enable 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 'palm/kpilot/files/patch-ad')
-rw-r--r-- | palm/kpilot/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/palm/kpilot/files/patch-ad b/palm/kpilot/files/patch-ad new file mode 100644 index 000000000000..9ae35e02c700 --- /dev/null +++ b/palm/kpilot/files/patch-ad @@ -0,0 +1,11 @@ +--- conduits/vcalconduit/Makefile.in.orig Fri Nov 6 14:48:00 1998 ++++ conduits/vcalconduit/Makefile.in Fri Nov 6 14:48:23 1998 +@@ -157,7 +157,7 @@ + vcalconduit_SOURCES= vcal-conduit.cc vcal-setup.cc + + # the library search path +-vcalconduit_LDFLAGS = @all_libraries@ -L`pwd`/versit -L`pwd`/../../kpilot -L`pwd`/../../kpilot/libpilot/_libs ++vcalconduit_LDFLAGS = -L`pwd`/versit -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. |