| Summary: | Build issue with graphics/gegl | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | freebsd | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | gnome | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
freebsd
2011-12-08 11:30:10 UTC
Sorry, this should have been in the subject. This is for graphics/gegl-0.1.8_1. Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer Please see this: http://article.gmane.org/gmane.os.freebsd.current/138089 -- Andriy Gapon mezz 2012-03-14 15:24:09 UTC
FreeBSD ports repository
Modified files:
graphics/gegl Makefile
Log:
Fix the build by add -lintl.
PR: ports/163121
Submitted by: freebsd@nagilum.org
Feature safe: yes
Revision Changes Path
1.32 +2 -1 ports/graphics/gegl/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed 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! |