1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix the build by add -lintl.

PR:		ports/163121
Submitted by:	freebsd@nagilum.org
Feature safe:	yes
This commit is contained in:
Jeremy Messenger 2012-03-14 15:24:09 +00:00
parent 7e586b585c
commit 969017be8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293297

View File

@ -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}"