From owner-svn-ports-all@FreeBSD.ORG Fri Nov 7 21:32:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2727111; Fri, 7 Nov 2014 21:32:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEA1CF35; Fri, 7 Nov 2014 21:32:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA7LWGTX067694; Fri, 7 Nov 2014 21:32:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA7LWGME067693; Fri, 7 Nov 2014 21:32:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411072132.sA7LWGME067693@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 7 Nov 2014 21:32:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372298 - head/devel/ding-libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2014 21:32:17 -0000 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