1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

listen to ${CC}

This commit is contained in:
Michael Haro 1999-06-27 08:12:33 +00:00
parent dff50f43f3
commit db1064ae9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19825

View File

@ -1,19 +1,13 @@
*** 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
--- Makefile.orig Sun Dec 20 19:49:38 1998
+++ Makefile Sun Jun 27 01:03:35 1999
@@ -6,8 +6,8 @@
V=2.2
# Flags for use with the Linux ncurses package (recommended)
-TERMLIB = -lncurses
-CC = gcc
+TERMLIB = -lncurses -lmytinfo
+CC ?= gcc
# Flags for use with stock curses
# TERMLIB = -lcurses