--- ./GUI/xephem/fallbacks.c Mon Jan 7 22:25:08 2002 +++ ../xephem-3.5.2/./GUI/xephem/fallbacks.c Thu Jan 10 06:15:18 2002 @@ -298,7 +298,7 @@ "XEphem*Precision.Hi.set: True", "XEphem*Print*Filename.value:", "XEphem*Print*Grayscale.set: True", - "XEphem*Print*PrintCmd.value: lpr", + "XEphem*Print*PrintCmd.value: lp", "XEphem*Print*Save.set: True", "XEphem*Progress*DA.foreground: #68a368", "XEphem*Progress*DA.height: 20", @@ -669,7 +669,7 @@ "XEphem.Pause: 0", "XEphem.Pressure: 1010 mB", "XEphem.SaturnBackground: #151515", - "XEphem.ShareDir: .", + "XEphem.ShareDir: /usr/freeware/share/xephem", "XEphem.Sitename: Chicago, Illinois", "XEphem.SkyAnnotColor: #bfc1c6", "XEphem.SkyCnsBndColor: #91bfd8", --- ./libastro/Makefile Tue Oct 16 14:45:12 2001 +++ ../xephem-3.5.2/./libastro/Makefile Thu Jan 10 06:37:50 2002 @@ -2,7 +2,7 @@ # The idea is to compile and archive them into libastro.a # flags assume gcc -CFLAGS= -O2 -ffast-math -Wall +CFLAGS= CC = cc OBJS = \ @@ -51,8 +51,8 @@ vsop87_data.o libastro.a: $(OBJS) - ar rv $@ $? - ranlib $@ + $(AR) rc $@ $? + $(RANLIB) $@ libastro.so: $(OBJS) $(CC) -shared -o $@ $(OBJS) --- ./libip/Makefile Tue Oct 9 15:09:56 2001 +++ ../xephem-3.5.2/./libip/Makefile Thu Jan 10 06:38:18 2002 @@ -2,7 +2,7 @@ # (C) 2001 Elwood Charles Downey # These flags assume gcc. -CFLAGS= -I../libastro -O2 -ffast-math -Wall +CFLAGS= -I../libastro CC = cc OBJS = \ @@ -19,11 +19,11 @@ wcs.o libip.a: $(OBJS) - ar rv $@ $? - ranlib $@ + $(AR) rc $@ $? + $(RANLIB) $@ libip.so: $(OBJS) - gcc -shared -o $@ $(OBJS) + $(CC) -shared -o $@ $(OBJS) clobber: rm -f *.o libip.a