1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/astrolog/files/patch-aa

22 lines
803 B
Plaintext
Raw Normal View History

1997-01-13 22:57:00 +00:00
*** makefile.unx.bak Sun Sep 29 23:27:00 1996
--- makefile.unx Tue Jan 14 01:06:55 1997
***************
1997-01-13 22:57:00 +00:00
*** 23,30 ****
charts0.o charts1.o charts2.o charts3.o intrpret.o\
xdata.o xgeneral.o xdevice.o xcharts0.o xcharts1.o xcharts2.o xscreen.o
# If you don't have X windows, delete the "-lX11" part from the line below:
1997-01-13 22:57:00 +00:00
! LIBS = -lm -lX11
! CFLAGS = -O
astrolog:: $(OBJ)
cc -o $(NAME) $(OBJ) $(LIBS)
--- 23,30 ----
charts0.o charts1.o charts2.o charts3.o intrpret.o\
xdata.o xgeneral.o xdevice.o xcharts0.o xcharts1.o xcharts2.o xscreen.o
# If you don't have X windows, delete the "-lX11" part from the line below:
1996-07-14 06:57:41 +00:00
! LIBS = -L${X11BASE}/lib -lX11 -lm
! CFLAGS += -I${X11BASE}/include -DDEFAULT_DIR=\"${PREFIX}/lib/astrolog\"
1997-01-13 22:57:00 +00:00
astrolog:: $(OBJ)
cc -o $(NAME) $(OBJ) $(LIBS)