1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/galaxis/files/patch-aa

24 lines
599 B
Plaintext
Raw Normal View History

*** Makefile.orig Wed Dec 6 22:56:38 1995
--- Makefile Wed Mar 29 20:36:09 2000
***************
*** 6,14 ****
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
#CFLAGS = -DNDEBUG
--- 6,14 ----
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
#CFLAGS = -DNDEBUG