mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
863582a685
PR: 3692 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
20 lines
441 B
Plaintext
20 lines
441 B
Plaintext
*** Makefile Thu Dec 7 23:05:56 1995
|
|
--- /home/andy/tmp/wrk/Makefile Mon May 26 17:58:13 1997
|
|
***************
|
|
*** 6,12 ****
|
|
V=2.1
|
|
|
|
# Flags for use with the Linux ncurses package (recommended)
|
|
! TERMLIB = -lncurses
|
|
CC = gcc
|
|
|
|
# Flags for use with stock curses
|
|
--- 6,12 ----
|
|
V=2.1
|
|
|
|
# Flags for use with the Linux ncurses package (recommended)
|
|
! TERMLIB = -lncurses -lmytinfo
|
|
CC = gcc
|
|
|
|
# Flags for use with stock curses
|