On Fri, 24 Apr 2015 18:50:02 +0300 Beeblebrox via freebsd-ports
<[email protected]> wrote:
> Well, s**t, I spoke too soon.
> Solution works on host, not in poudriere.
Try the attached patch.
Index: net/linphone/Makefile
===================================================================
--- net/linphone/Makefile (revision 384665)
+++ net/linphone/Makefile (working copy)
@@ -28,7 +28,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
-USES= gmake libtool pathfix pkgconfig readline:port
+USES= gettext-tools gmake libtool pathfix pkgconfig readline:port
USE_GNOME= gtk20 intltool libxml2
USE_LDCONFIG= yes
@@ -41,7 +41,7 @@ LDAP_LIB_DEPENDS= libsasl2.so:${PORTSDIR
LDAP_USE= OPENLDAP=yes
NLS_CONFIGURE_ENABLE= nls
-NLS_USES= gettext
+NLS_USES= gettext-runtime
NOTIFY_CONFIGURE_ENABLE=notify
NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"