freebsd-ports/astro/ephem/files/patch-aa
Satoshi Asami 7a50961592 An interactive terminal-based ephemeris program. The source tarball is
in LOCAL_PORTS because those out on the 'net can't agree on the right
size and include DOS executables and such.

PR:		3407
Submitted by:	Slaven Rezic <eserte@cs.tu-berlin.de>
1997-06-03 09:14:13 +00:00

19 lines
562 B
Plaintext

*** Makefile.orig Sat Mar 14 23:21:45 1992
--- Makefile Fri Apr 25 12:30:57 1997
***************
*** 1,6 ****
# Makefile for ephem, v 4.28
! CFLAGS = -O
EPHEM= aa_hadec.o altj.o altmenus.o anomaly.o cal_mjd.o circum.o comet.o \
compiler.o constel.o eq_ecl.o flog.o formats.o io.o listing.o main.o \
--- 1,7 ----
# Makefile for ephem, v 4.28
! #CFLAGS = -O
! CFLAGS+= -DPREFIX=\"${PREFIX}\"
EPHEM= aa_hadec.o altj.o altmenus.o anomaly.o cal_mjd.o circum.o comet.o \
compiler.o constel.o eq_ecl.o flog.o formats.o io.o listing.o main.o \