mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
c8504ede5f
interstellar liner. PR: 3989 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
22 lines
570 B
Plaintext
22 lines
570 B
Plaintext
*** Makefile Wed Dec 6 13:56:38 1995
|
|
--- /home/andy/tmp/wrk/Makefile Mon Jun 30 08:44:56 1997
|
|
***************
|
|
*** 6,13 ****
|
|
V=1.1
|
|
|
|
# Flags for use with the Linux ncurses package (recommended)
|
|
! CFLAGS = -g -DNDEBUG # -I/usr/local/include -L/usr/local/lib
|
|
! TERMLIB = -lncurses
|
|
CC = gcc
|
|
|
|
# Flags for use with stock curses
|
|
--- 6,13 ----
|
|
V=1.1
|
|
|
|
# Flags for use with the Linux ncurses package (recommended)
|
|
! #CFLAGS = -g -DNDEBUG # -I/usr/local/include -L/usr/local/lib
|
|
! TERMLIB = -lncurses -lmytinfo
|
|
CC = gcc
|
|
|
|
# Flags for use with stock curses
|