summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>1998-07-08 12:18:38 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>1998-07-08 12:18:38 +0000
commite8a019498e8ba2e7ae8706624b9c176e6a34d062 (patch)
treeecf0a37bbad00c42e3cc1dcb81f8e156d47aa5ed /astro
parentThis allows us to retrieve the files...working compile yet to come (diff)
Slight change in Imakefile format, patch-aa updated
Notes
Notes: svn path=/head/; revision=11788
Diffstat (limited to 'astro')
-rw-r--r--astro/sunclock/files/patch-aa52
1 files changed, 19 insertions, 33 deletions
diff --git a/astro/sunclock/files/patch-aa b/astro/sunclock/files/patch-aa
index bf057dae2bc9..fa07a1706837 100644
--- a/astro/sunclock/files/patch-aa
+++ b/astro/sunclock/files/patch-aa
@@ -1,33 +1,19 @@
-*** 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)
+--- Imakefile.orig Wed Jul 8 08:16:59 1998
++++ Imakefile Wed Jul 8 08:17:11 1998
+@@ -11,14 +11,14 @@
+ CCOPTIONS = -Ae -DBIGFONT=\"9x15\" -DSMALLFONT=\"6x10\"
+ #else
+ # gcc
+-CCOPTIONS = -DBIGFONT=\"9x15\" -DSMALLFONT=\"6x10\" -Wall
++CCOPTIONS = -DBIGFONT=\"9x15\" -DSMALLFONT=\"6x10\" -Wall -DNEW_CTIME
+ #endif
+
+ SRCS=sunclock.c bitmaps.c astro.c tildepath.c
+ OBJS=sunclock.o bitmaps.o astro.o tildepath.o
+
+ # may have to replace XONLYLIB with XLIB for old imake
+-LOCAL_LIBRARIES=$(XONLYLIB) -lm
++LOCAL_LIBRARIES=$(XONLYLIB) -lm -lcompat
+
+ #DEPLIBS= # I don't know what I'm doing, and I hate imake!
+