From owner-svn-ports-all@freebsd.org Thu Nov 24 10:17:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09EAFC51CC3; Thu, 24 Nov 2016 10:17:38 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDAC3FB3; Thu, 24 Nov 2016 10:17:37 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAOAHbFX069060; Thu, 24 Nov 2016 10:17:37 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAOAHbLn069059; Thu, 24 Nov 2016 10:17:37 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201611241017.uAOAHbLn069059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 24 Nov 2016 10:17:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426999 - head/misc/ytree X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2016 10:17:38 -0000 Author: olgeni Date: Thu Nov 24 10:17:36 2016 New Revision: 426999 URL: https://svnweb.freebsd.org/changeset/ports/426999 Log: Fix a build error that showed up lately: keyhtab.c:4:10: fatal error: 'readline/readline.h' file not found Modified: head/misc/ytree/Makefile Modified: head/misc/ytree/Makefile ============================================================================== --- head/misc/ytree/Makefile Thu Nov 24 09:57:15 2016 (r426998) +++ head/misc/ytree/Makefile Thu Nov 24 10:17:36 2016 (r426999) @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses readline ALL_TARGET= ytree +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lreadline OPTIONS_DEFINE= DOCS