svn commit: r336957 - head/net-im/pidgin-sipe

Steve Wills swills at FreeBSD.org
Thu Dec 19 20:11:14 UTC 2013


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 at 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


More information about the svn-ports-head mailing list