Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 2014 21:32:16 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372298 - head/devel/ding-libs
Message-ID:  <201411072132.sA7LWGME067693@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Nov  7 21:32:16 2014
New Revision: 372298
URL: https://svnweb.freebsd.org/changeset/ports/372298
QAT: https://qat.redports.org/buildarchive/r372298/

Log:
  Unbreak

Modified:
  head/devel/ding-libs/Makefile

Modified: head/devel/ding-libs/Makefile
==============================================================================
--- head/devel/ding-libs/Makefile	Fri Nov  7 20:33:36 2014	(r372297)
+++ head/devel/ding-libs/Makefile	Fri Nov  7 21:32:16 2014	(r372298)
@@ -15,7 +15,7 @@ LICENSE=	GPLv3
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib -liconv -lintl
+LIBS+=		-L${LOCALBASE}/lib ${ICONV_LIB} -lintl
 
 USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
 AUTOMAKE_ARGS=	-a -c -f



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