Date: Sun, 5 Feb 2017 21:41:46 +0000 (UTC) From: jbeich@freebsd.org (Jan Beich) To: arved@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r433459 - in head/net-im: . libmesode libmesode/files Message-ID: <20170205214146.288262D0@freefall.freebsd.org> In-Reply-To: <201702052130.v15LUXA9085536@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Tilman Keskinoz <arved@FreeBSD.org> writes: > ++++ configure.ac 2017-02-05 00:01:38.603627000 +0100 > +@@ -18,19 +18,19 @@ > + [PLATFORM="nix"]) > + > + PKG_CHECK_MODULES([expat], [expat >= 2.0.0], > +- [PC_REQUIRES+=(expat)], > ++ [PC_REQUIRES="expat ${PC_REQUIRES}"], > + [AC_CHECK_HEADER([expat.h], > + [ > + expat_LIBS="-lexpat" > +- PC_LIBS+=($expat_LIBS) > ++ PC_LIBS+=${expat_LIBS} PC_LIBS still uses += syntax which isn't supported by /bin/sh.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170205214146.288262D0>