mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23 lines
579 B
Plaintext
23 lines
579 B
Plaintext
*** makefile.unx.orig Thu Jun 20 22:40:37 1996
|
|
--- makefile.unx Sun Jul 14 06:51:53 1996
|
|
***************
|
|
*** 30,38 ****
|
|
|
|
# If you don't have X windows, delete the "-lX11" part from the line below:
|
|
|
|
! 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 = -L${X11BASE}/lib -lX11 -lm
|
|
! CFLAGS += -I${X11BASE}/include -DDEFAULT_DIR=\"${PREFIX}/lib/astrolog\"
|
|
|
|
all: astrolog
|
|
|