aboutsummaryrefslogtreecommitdiff
path: root/astro/sunclock/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'astro/sunclock/files/patch-aa')
-rw-r--r--astro/sunclock/files/patch-aa33
1 files changed, 33 insertions, 0 deletions
diff --git a/astro/sunclock/files/patch-aa b/astro/sunclock/files/patch-aa
new file mode 100644
index 000000000000..bf057dae2bc9
--- /dev/null
+++ b/astro/sunclock/files/patch-aa
@@ -0,0 +1,33 @@
+*** Imakefile.orig Thu Oct 13 15:50:29 1994
+--- Imakefile Sun Dec 11 15:04:20 1994
+***************
+*** 12,25 ****
+ CCOPTIONS = -Ae -DBIGFONT=\"9x15\" -DSMALLFONT=\"6x10\"
+ #else
+ # SunOS
+! CCOPTIONS=-DBIGFONT=\"9x15\" -DSMALLFONT=\"6x10\" -O -DNEW_CTIME
+ # Solaris
+ #CCOPTIONS=-DBIGFONT=\"9x15\" -DSMALLFONT=\"6x10\" -O
+ #endif
+
+ SRCS=sunclock.c bitmaps.c astro.c tildepath.c
+ OBJS=sunclock.o bitmaps.o astro.o tildepath.o
+! LOCAL_LIBRARIES=$(XLIB) -lm
+ DEPLIBS= # I don't know what I'm doing, and I hate imake!
+
+ ComplexProgramTarget(sunclock)
+--- 12,25 ----
+ CCOPTIONS = -Ae -DBIGFONT=\"9x15\" -DSMALLFONT=\"6x10\"
+ #else
+ # SunOS
+! CCOPTIONS=-DBIGFONT=\"9x15\" -DSMALLFONT=\"6x10\" -DNEW_CTIME
+ # Solaris
+ #CCOPTIONS=-DBIGFONT=\"9x15\" -DSMALLFONT=\"6x10\" -O
+ #endif
+
+ SRCS=sunclock.c bitmaps.c astro.c tildepath.c
+ OBJS=sunclock.o bitmaps.o astro.o tildepath.o
+! LOCAL_LIBRARIES=$(XLIB) -lm -lcompat
+ DEPLIBS= # I don't know what I'm doing, and I hate imake!
+
+ ComplexProgramTarget(sunclock)