ports/163121: Build issue with graphics/gegl

mezz at FreeBSD.org mezz at FreeBSD.org
Wed Mar 14 15:25:05 UTC 2012


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


More information about the freebsd-gnome mailing list