Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2012 15:25:05 GMT
From:      mezz@FreeBSD.org
To:        freebsd@nagilum.org, mezz@FreeBSD.org, gnome@FreeBSD.org
Subject:   Re: ports/163121: Build issue with graphics/gegl
Message-ID:  <201203141525.q2EFP5t8013685@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: Build issue with graphics/gegl

State-Changed-From-To: open->closed
State-Changed-By: mezz
State-Changed-When: Wed Mar 14 15:24:44 UTC 2012
State-Changed-Why: 
It's a bug in its configure. It shouldn't expect for other *.pc files to take
care for gegl. See in the configure.ac at 474 line:

-----------------------------------
# Check for bind_textdomain_codeset, including -lintl if GLib brings it in.
gegl_save_LIBS=$LIBS
LIBS="$LIBS $GLIB_LIBS"
AC_CHECK_FUNCS(bind_textdomain_codeset,,
[..]
-----------------------------------

The glib-2.0.pc doesn't has any of -lintl:

# pkg-config --libs glib-2.0
-L/usr/local/lib -lglib-2.0

I have added USE_GETTEXT=yes with your fix. Thanks!

http://www.freebsd.org/cgi/query-pr.cgi?pr=163121



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