Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2013 18:39:14 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327572 - in head: textproc/sphinxsearch www/xapian-omega10
Message-ID:  <201309181839.r8IIdFxj076141@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Wed Sep 18 18:39:14 2013
New Revision: 327572
URL: http://svnweb.freebsd.org/changeset/ports/327572

Log:
  Add explicit LDFLAGS+=${ICONV_LIB} when iconv is used.
  
  Submitted by:	marino (via e-mail)
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/textproc/sphinxsearch/Makefile
  head/www/xapian-omega10/Makefile

Modified: head/textproc/sphinxsearch/Makefile
==============================================================================
--- head/textproc/sphinxsearch/Makefile	Wed Sep 18 18:10:59 2013	(r327571)
+++ head/textproc/sphinxsearch/Makefile	Wed Sep 18 18:39:14 2013	(r327572)
@@ -65,6 +65,7 @@ CONFIGURE_ARGS+=	--without-pgsql
 .if ${PORT_OPTIONS:MICONV}
 CONFIGURE_ARGS+=	--with-iconv
 USES+=			iconv
+LDFLAGS+=		${ICONV_LIB}
 .else
 CONFIGURE_ARGS+=	--without-iconv
 .endif

Modified: head/www/xapian-omega10/Makefile
==============================================================================
--- head/www/xapian-omega10/Makefile	Wed Sep 18 18:10:59 2013	(r327571)
+++ head/www/xapian-omega10/Makefile	Wed Sep 18 18:39:14 2013	(r327572)
@@ -43,6 +43,7 @@ PORTSCOUT=	limit:^1\.0\.
 .if ${PORT_OPTIONS:MICONV}
 USES+=			iconv
 CONFIGURE_ARGS+=	--with-iconv
+LDFLAGS+=		${ICONV_LIB}
 .else
 CONFIGURE_ARGS+=	--without-iconv
 .endif



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