svn commit: r353150 - head/converters/cocot

Akinori MUSHA knu at FreeBSD.org
Wed May 7 12:39:42 UTC 2014


Author: knu
Date: Wed May  7 12:39:41 2014
New Revision: 353150
URL: http://svnweb.freebsd.org/changeset/ports/353150
QAT: https://qat.redports.org/buildarchive/r353150/

Log:
  Use ICONV_PREFIX instead of LOCALBASE to avoid picking GNU libiconv.

Modified:
  head/converters/cocot/Makefile

Modified: head/converters/cocot/Makefile
==============================================================================
--- head/converters/cocot/Makefile	Wed May  7 12:27:19 2014	(r353149)
+++ head/converters/cocot/Makefile	Wed May  7 12:39:41 2014	(r353150)
@@ -20,8 +20,8 @@ USES=		iconv zip
 WRKSRC=		${WRKDIR}/vmi-${PORTNAME}-8bc9f64
 GNU_CONFIGURE=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+CPPFLAGS+=	-I${ICONV_PREFIX}/include
+LDFLAGS+=	-L${ICONV_PREFIX}/lib
 
 DOCS_EN=	COPYING ChangeLog
 DOCS_JA=	ChangeLog.ja README.ja


More information about the svn-ports-all mailing list