Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2013 02:52:40 GMT
From:      Steve Wills <swills@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/181196: [PATCH] net-im/pidgin-sipe: Fix on -CURRENNT
Message-ID:  <201308100252.r7A2qewm043977@meatwad.mouf.net>
Resent-Message-ID: <201308100340.r7A3e0Cq072157@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181196
>Category:       ports
>Synopsis:       [PATCH] net-im/pidgin-sipe: Fix on -CURRENNT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 10 03:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r253898: Sat Aug  3 00:09:09
>Description:
- Fix this port on -CURRENT

It was building OK, but when run it wouldn't work properly. This fixes it.

Port maintainer (john.c.prather@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- pidgin-sipe-1.13.1_1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 324464)
+++ Makefile	(working copy)
@@ -21,8 +21,8 @@
 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
--- pidgin-sipe-1.13.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308100252.r7A2qewm043977>