Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 12:39:41 +0000 (UTC)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353150 - head/converters/cocot
Message-ID:  <201405071239.s47CdfOL059837@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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