mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
13 lines
400 B
Text
13 lines
400 B
Text
--- Makefile.orig 2016-09-04 17:18:17 UTC
|
|
+++ Makefile
|
|
@@ -87,8 +87,8 @@ LDFLAGS += -lncurses -lreadline
|
|
###########################
|
|
# FreeBSD (Thanks to Peter Brevik)
|
|
###########################
|
|
-#CFLAGS = -DCOLOR_SUPPORT -DNCURSES
|
|
-#LDFLAGS = -lncurses -lcompat
|
|
+CFLAGS += -DCOLOR_SUPPORT -DNCURSES
|
|
+LDFLAGS += -lncurses -lcompat
|
|
|
|
###########################
|
|
# MAC OS X
|