svn commit: r426616 - head/misc/ytree/files

John Marino marino at FreeBSD.org
Sun Nov 20 19:38:56 UTC 2016


Author: marino
Date: Sun Nov 20 19:38:55 2016
New Revision: 426616
URL: https://svnweb.freebsd.org/changeset/ports/426616

Log:
  misc/ytree: Document readline rqmt and honor FLAGS (forgotten patch)
  
  This patch update belongs with the previous commit.

Modified:
  head/misc/ytree/files/patch-Makefile

Modified: head/misc/ytree/files/patch-Makefile
==============================================================================
--- head/misc/ytree/files/patch-Makefile	Sun Nov 20 19:37:13 2016	(r426615)
+++ head/misc/ytree/files/patch-Makefile	Sun Nov 20 19:38:55 2016	(r426616)
@@ -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


More information about the svn-ports-head mailing list