Date: Thu, 19 Dec 2013 20:11:14 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336957 - head/net-im/pidgin-sipe Message-ID: <201312192011.rBJKBE2v087539@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Dec 19 20:11:14 2013 New Revision: 336957 URL: http://svnweb.freebsd.org/changeset/ports/336957 Log: - Fix build on 10.0 and 11-CURRENT PR: ports/181196 Submitted by: myself Approved by: maintainer timeout (john.c.prather@gmail.com, >4 months) Modified: head/net-im/pidgin-sipe/Makefile Modified: head/net-im/pidgin-sipe/Makefile ============================================================================== --- head/net-im/pidgin-sipe/Makefile Thu Dec 19 20:07:03 2013 (r336956) +++ head/net-im/pidgin-sipe/Makefile Thu Dec 19 20:11:14 2013 (r336957) @@ -21,8 +21,8 @@ USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin PORTDOCS= AUTHORS ChangeLog COPYING HACKING INSTALL NEWS README TODO VERSION -CFLAGS+= "-I/${LOCALBASE}/include" -LIBS+= "-L/${LOCALBASE}/lib" +CFLAGS+= -I/${LOCALBASE}/include +LIBS+= -L/${LOCALBASE}/lib -lgssapi_krb5 OPTIONS_DEFINE= OCS2005 KRB5 DOCS NLS OSC2005_DESC= Message timeout for OCS2005
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312192011.rBJKBE2v087539>