Update to version 0.8.6, only different lines for patch regarding to 0.8.3.

This commit is contained in:
Lars Koeller 2000-12-22 19:56:00 +00:00
parent 9af8207642
commit da85e1091a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36248
2 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
*** Makefile.org Fri Sep 17 21:54:21 1999
--- Makefile Fri Sep 17 21:56:57 1999
*** Makefile.org Fri Dec 22 14:08:08 2000
--- Makefile Fri Dec 22 14:10:01 2000
***************
*** 14,20 ****
#
@ -41,7 +41,7 @@
#
! LIBDIR = -L$(top_builddir)
! INCDIR = -I$(top_builddir)
CFLAGS = -Wall $(INCDIR) $(DEFINES)
CFLAGS = -Wall -g $(INCDIR) $(DEFINES)
SYNCAL_OBJS = syncal.o syncal_cat.c syncal_list.o syncal_dates.o\
syncal_reconcile.o syncal_gmt.o
--- 65,72 ----
@ -50,7 +50,7 @@
#
! LIBDIR = -L$(top_builddir)/lib
! INCDIR = -I$(top_builddir)/include
CFLAGS = -Wall $(INCDIR) $(DEFINES)
CFLAGS = -Wall -g $(INCDIR) $(DEFINES)
SYNCAL_OBJS = syncal.o syncal_cat.c syncal_list.o syncal_dates.o\
syncal_reconcile.o syncal_gmt.o
***************

View File

@ -1,19 +1,19 @@
*** user.tcl~ Fri Sep 17 22:03:52 1999
--- user.tcl Fri Sep 17 22:05:58 1999
*** user.tcl.orig Mon Jul 17 07:33:27 2000
--- user.tcl Fri Dec 22 14:13:30 2000
***************
*** 24,30 ****
"Okay" "Cancel"]
*** 26,32 ****
if { $result} {
! exec syncal >/dev/null
ical_save
! exec syncal -v $HOME/.syncal.log
io_read [ical_leader]
}
cal option AmPm $dm_AmPm
--- 24,30 ----
"Okay" "Cancel"]
--- 26,32 ----
if { $result} {
! exec @@PREFIX@@/bin/syncal >/dev/null
ical_save
! exec @@PREFIX@@/bin/syncal -v $HOME/.syncal.log
io_read [ical_leader]
}
cal option AmPm $dm_AmPm