Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2006 00:06:25 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97279: [PATCH] net/linphone-base: Fix build on 4.x
Message-ID:  <1147647985.26872@charon.picobyte.net>
Resent-Message-ID: <200605142310.k4ENAN2C023291@freefall.freebsd.org>

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

>Number:         97279
>Category:       ports
>Synopsis:       [PATCH] net/linphone-base: Fix build on 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 14 23:10:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:

>Description:

- Fix build on 4.x by adding readline from ports as a dependency

Reported by: pointyhat

>How-To-Repeat:

>Fix:

--- linphone-base.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/linphone-base/Makefile,v
retrieving revision 1.32
diff -u -r1.32 Makefile
--- Makefile	18 Mar 2006 20:52:22 -0000	1.32
+++ Makefile	14 May 2006 23:04:33 -0000
@@ -21,7 +21,8 @@
 		jack.0:${PORTSDIR}/audio/jack \
 		samplerate.1:${PORTSDIR}/audio/libsamplerate \
 		speex.3:${PORTSDIR}/audio/speex \
-		osip2.3:${PORTSDIR}/net/libosip2
+		osip2.3:${PORTSDIR}/net/libosip2 \
+		readline.[5-9]:${PORTSDIR}/devel/readline
 
 USE_GNOME=	glib20 gnomehack gnometarget intlhack pkgconfig
 USE_GMAKE=	yes
--- linphone-base.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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