From owner-svn-ports-head@FreeBSD.ORG Mon Dec 29 14:18:24 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 808EBFDC; Mon, 29 Dec 2014 14:18:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 6D70C2842; Mon, 29 Dec 2014 14:18:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBTEIOk4060265; Mon, 29 Dec 2014 14:18:24 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBTEIO9S060264; Mon, 29 Dec 2014 14:18:24 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201412291418.sBTEIO9S060264@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 Dec 2014 14:18:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375787 - head/graphics/libcaca X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 14:18:24 -0000 Author: mat Date: Mon Dec 29 14:18:23 2014 New Revision: 375787 URL: https://svnweb.freebsd.org/changeset/ports/375787 QAT: https://qat.redports.org/buildarchive/r375787/ Log: Allow building WITH=SLANG when the compiler does not add -I${LOCALBASE}. Sponsored by: Absolight Modified: head/graphics/libcaca/Makefile Modified: head/graphics/libcaca/Makefile ============================================================================== --- head/graphics/libcaca/Makefile Mon Dec 29 14:14:20 2014 (r375786) +++ head/graphics/libcaca/Makefile Mon Dec 29 14:18:23 2014 (r375787) @@ -36,7 +36,7 @@ X11_CONFIGURE_OFF= --disable-x11 --disab IMLIB2_LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 IMLIB2_CONFIGURE_ENABLE= imlib2 SLANG_LIB_DEPENDS= libslang.so.2:${PORTSDIR}/devel/libslang2 -SLANG_CONFIGURE_ENABLE= slang +SLANG_CONFIGURE_ENABLE= slang=${LOCALBASE} .include