svn commit: r375787 - head/graphics/libcaca

Mathieu Arnold mat at FreeBSD.org
Mon Dec 29 14:18:24 UTC 2014


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>
 


More information about the svn-ports-head mailing list