aboutsummaryrefslogtreecommitdiffstats
path: root/palm/jpilot/files/patch-bd
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-12-25 15:45:42 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-12-25 15:45:42 +0000
commit0817aa7e2a95c1664ff9c83794282ded5ba6c109 (patch)
tree2942ceb37785612f024e7ea6ba19581046e39324 /palm/jpilot/files/patch-bd
parent6e46c42a7c9ed7dde7d032e166048c6cc08216bb (diff)
Upgrate to 0.97 and plugin support.
PR: 15670, 15671 Submitted by: maintainer
Diffstat (limited to 'palm/jpilot/files/patch-bd')
-rw-r--r--palm/jpilot/files/patch-bd11
1 files changed, 11 insertions, 0 deletions
diff --git a/palm/jpilot/files/patch-bd b/palm/jpilot/files/patch-bd
new file mode 100644
index 000000000000..c91b7ac9acc6
--- /dev/null
+++ b/palm/jpilot/files/patch-bd
@@ -0,0 +1,11 @@
+--- Expense/Makefile.in.orig Wed Nov 3 13:00:42 1999
++++ Expense/Makefile.in Fri Dec 24 11:37:21 1999
+@@ -24,7 +24,7 @@
+ all: libexpense.so
+
+ libexpense.so: expense.o libplugin.a
+- ld -shared -ldl -o libexpense.so expense.o -L. -lplugin
++ ld -shared -o libexpense.so expense.o -L. -lplugin
+
+ expense.o: expense.c libplugin.h
+ $(CC) $(OPTIONS) $(GTKFLAGS) $(PILOT_FLAGS) -c expense.c