Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2014 14:18:24 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375787 - head/graphics/libcaca
Message-ID:  <201412291418.sBTEIO9S060264@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412291418.sBTEIO9S060264>