[79519] trunk/dports/www/neon
Ryan Schmidt
ryandesign at macports.org
Thu Jun 16 11:15:52 PDT 2011
On Jun 16, 2011, at 11:18, jeremyhu at macports.org wrote:
> Revision: 79519
> http://trac.macports.org/changeset/79519
> Author: jeremyhu at macports.org
> Date: 2011-06-16 09:18:28 -0700 (Thu, 16 Jun 2011)
> Log Message:
> -----------
> neon: Build fix
>
> neon uses gettext, so it needs an explicit -liconv. It was previously getting
> it from one of its dependents, but that was likely moved into Libs.private.
You mean "an explicit -lintl"? That's what your patch adds. It builds fine for me on Snow Leopard without this patch though.
> Added: trunk/dports/www/neon/files/gettext.patch
> ===================================================================
> --- trunk/dports/www/neon/files/gettext.patch (rev 0)
> +++ trunk/dports/www/neon/files/gettext.patch 2011-06-16 16:18:28 UTC (rev 79519)
> @@ -0,0 +1,11 @@
> +--- configure.in.orig 2011-06-16 08:50:13.000000000 -0700
> ++++ configure.in 2011-06-16 08:57:39.000000000 -0700
> +@@ -186,6 +186,8 @@ AC_SUBST(HELPERS)
> + AC_SUBST(TESTS)
> + AC_SUBST(ALLOW_INSTALL)
> +
> ++NEON_LIBS="$NEON_LIBS -lintl"
> ++
> + AC_OUTPUT
> +
> + # for VPATH builds:
More information about the macports-dev
mailing list