diff options
author | marino <marino@FreeBSD.org> | 2016-11-21 03:38:55 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-11-21 03:38:55 +0800 |
commit | fbabf698217c8df9b4822991266ab91612f3ea8a (patch) | |
tree | d650c3d56e879f47e5959979f43735a09467b25b /misc | |
parent | 6f499de885fa487ab02e457e760cac4d170a2341 (diff) | |
download | freebsd-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-Makefile | 8 |
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 |