diff options
author | mezz <mezz@FreeBSD.org> | 2012-03-14 23:24:09 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2012-03-14 23:24:09 +0800 |
commit | 62bc2bf1a826fa24a033eafaec29f8b1cb906087 (patch) | |
tree | 51074da783c2dd51438f163f50634d5dbbcfffe1 /graphics | |
parent | 2b22cd9d3935633ed402ce085caa647a189b830a (diff) | |
download | freebsd-ports-gnome-62bc2bf1a826fa24a033eafaec29f8b1cb906087.tar.gz freebsd-ports-gnome-62bc2bf1a826fa24a033eafaec29f8b1cb906087.tar.zst freebsd-ports-gnome-62bc2bf1a826fa24a033eafaec29f8b1cb906087.zip |
Fix the build by add -lintl.
PR: ports/163121
Submitted by: freebsd@nagilum.org
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gegl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index e2ca288f80d1..3c1d882c1e08 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -40,11 +40,12 @@ NOPORTDOCS= yes USE_GNOME= gtk20 glib20 pkgconfig gnomehack USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_LDCONFIG= ${PREFIX}/lib/gegl-0.1 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-vala CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo +LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo -lintl GEGL_MINOR= 107 PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" |