aboutsummaryrefslogtreecommitdiffstats
path: root/palm/jpilot/files/patch-bc
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-bc
parent6e46c42a7c9ed7dde7d032e166048c6cc08216bb (diff)
Upgrate to 0.97 and plugin support.
PR: 15670, 15671 Submitted by: maintainer
Diffstat (limited to 'palm/jpilot/files/patch-bc')
-rw-r--r--palm/jpilot/files/patch-bc11
1 files changed, 11 insertions, 0 deletions
diff --git a/palm/jpilot/files/patch-bc b/palm/jpilot/files/patch-bc
new file mode 100644
index 000000000000..467778672860
--- /dev/null
+++ b/palm/jpilot/files/patch-bc
@@ -0,0 +1,11 @@
+--- SyncTime/Makefile.in.orig Fri Nov 5 08:35:11 1999
++++ SyncTime/Makefile.in Fri Dec 24 11:01:26 1999
+@@ -27,7 +27,7 @@
+ echo; echo "WARNING - SyncTime is currently broken for PalmOS 3.3"; echo
+
+ libsynctime.so: synctime.o libplugin.a
+- ld -shared -ldl -o libsynctime.so synctime.o -L. -lplugin
++ ld -shared -o libsynctime.so synctime.o -L. -lplugin
+
+ synctime.o: synctime.c libplugin.h
+ $(CC) $(OPTIONS) $(GTKFLAGS) $(PILOT_FLAGS) -c synctime.c