aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-11-21 03:38:55 +0800
committermarino <marino@FreeBSD.org>2016-11-21 03:38:55 +0800
commitfbabf698217c8df9b4822991266ab91612f3ea8a (patch)
treed650c3d56e879f47e5959979f43735a09467b25b /misc
parent6f499de885fa487ab02e457e760cac4d170a2341 (diff)
downloadfreebsd-ports-gnome-fbabf698217c8df9b4822991266ab91612f3ea8a.tar.gz
freebsd-ports-gnome-fbabf698217c8df9b4822991266ab91612f3ea8a.tar.zst
freebsd-ports-gnome-fbabf698217c8df9b4822991266ab91612f3ea8a.zip
misc/ytree: Document readline rqmt and honor FLAGS (forgotten patch)
This patch update belongs with the previous commit.
Diffstat (limited to 'misc')
-rw-r--r--misc/ytree/files/patch-Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/ytree/files/patch-Makefile b/misc/ytree/files/patch-Makefile
index 47fa13226dc1..22df1aec1625 100644
--- a/misc/ytree/files/patch-Makefile
+++ b/misc/ytree/files/patch-Makefile
@@ -1,13 +1,13 @@
---- Makefile.orig
+--- Makefile.orig 2016-09-04 17:18:17 UTC
+++ Makefile
-@@ -87,8 +87,8 @@
+@@ -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
++CFLAGS += -DCOLOR_SUPPORT -DNCURSES
++LDFLAGS += -lncurses -lcompat
###########################
# MAC OS X