diff options
author | ache <ache@FreeBSD.org> | 1996-07-14 14:57:41 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-07-14 14:57:41 +0800 |
commit | d2ef422540f7be43ceb12026669ae4bad11deae6 (patch) | |
tree | d9080ce0fe4eb8dcfe4ee8586ed3be66a6c6b292 /misc/astrolog/files | |
parent | 2a94ac9282b0356c96a9934086d119e821cf0985 (diff) | |
download | freebsd-ports-gnome-d2ef422540f7be43ceb12026669ae4bad11deae6.tar.gz freebsd-ports-gnome-d2ef422540f7be43ceb12026669ae4bad11deae6.tar.zst freebsd-ports-gnome-d2ef422540f7be43ceb12026669ae4bad11deae6.zip |
Upgrade to 5.20
Diffstat (limited to 'misc/astrolog/files')
-rw-r--r-- | misc/astrolog/files/patch-aa | 49 | ||||
-rw-r--r-- | misc/astrolog/files/patch-ab | 14 |
2 files changed, 33 insertions, 30 deletions
diff --git a/misc/astrolog/files/patch-aa b/misc/astrolog/files/patch-aa index 2c041e7b1cf0..d1d5204ecfa7 100644 --- a/misc/astrolog/files/patch-aa +++ b/misc/astrolog/files/patch-aa @@ -1,33 +1,22 @@ -*** ./Makefile.org Mon Jul 31 14:01:23 1995 ---- ./Makefile Mon Jul 31 14:40:51 1995 +*** makefile.unx.orig Thu Jun 20 22:40:37 1996 +--- makefile.unx Sun Jul 14 06:51:53 1996 *************** -*** 22,31 **** - charts0.o charts1.o charts2.o charts3.o intrpret.o\ - xdata.o xgeneral.o xdevice.o xcharts0.o xcharts1.o xcharts2.o xscreen.o +*** 30,38 **** + # If you don't have X windows, delete the "-lX11" part from the line below: -! LIBS = -lm -lX11 -! CFLAGS = -O - - astrolog:: $(OBJ) - cc -o $(NAME) $(OBJ) $(LIBS) - strip $(NAME) - # ---- 22,39 ---- - charts0.o charts1.o charts2.o charts3.o intrpret.o\ - xdata.o xgeneral.o xdevice.o xcharts0.o xcharts1.o xcharts2.o xscreen.o + +! LIBS = -lm -L/usr/X11R6/lib -lX11 -lm -L. -laaf +! CFLAGS = -O3 -I. -DHAVE_LIBAAF -DHAVE_STRCHR -DHAVE_STRDUP +! CC = gcc + + all: astrolog + +--- 30,37 ---- + # If you don't have X windows, delete the "-lX11" part from the line below: -! LIBS = -lm -L/usr/X11R6/lib -lX11 -! CFLAGS += -I/usr/X11R6/include - -+ all: astrolog -+ - astrolog:: $(OBJ) - cc -o $(NAME) -I/usr/X11R6/include $(OBJ) $(LIBS) - strip $(NAME) -+ -+ install: -+ /usr/bin/install -c astrolog ${PREFIX}/bin -+ -mkdir -p ${PREFIX}/share/astrolog -+ /usr/bin/install -c Helpfile.500 ${PREFIX}/share/astrolog -+ @echo "See the file ${PREFIX}/share/astrolog/Helpfile.500 for help. - # + +! LIBS = -L${X11BASE}/lib -lX11 -lm +! CFLAGS += -I${X11BASE}/include -DDEFAULT_DIR=\"${PREFIX}/lib/astrolog\" + + all: astrolog + diff --git a/misc/astrolog/files/patch-ab b/misc/astrolog/files/patch-ab new file mode 100644 index 000000000000..3450dc7db714 --- /dev/null +++ b/misc/astrolog/files/patch-ab @@ -0,0 +1,14 @@ +*** astrolog.h.bak Thu Jun 20 22:40:36 1996 +--- astrolog.h Sun Jul 14 06:51:53 1996 +*************** +*** 127,133 **** +--- 127,135 ---- + */ + + #ifndef PC ++ #ifndef DEFAULT_DIR + #define DEFAULT_DIR "~/astrolog" ++ #endif + #else + #define DEFAULT_DIR "C:\\ASTROLOG" + #endif |