Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2010 17:44:04 GMT
From:      Koop Mast <kwm@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153220: [patch] devel/ptlib fix build when alsa-libs is present.
Message-ID:  <201012161744.oBGHi4Rk053398@freefall.freebsd.org>
Resent-Message-ID: <201012161750.oBGHoA5c054152@freefall.freebsd.org>

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

>Number:         153220
>Category:       ports
>Synopsis:       [patch] devel/ptlib fix build when alsa-libs is present.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 16 17:50:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Koop Mast
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 8.1-STABLE FreeBSD 8.1-STABLE #2 r215627: Sun Nov 21 13:36:51 UTC 2010 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
	Explicit disable alsa support. It doesn't build and support is so-so.
	
>How-To-Repeat:
	
>Fix:

	

--- ptlib-alsa.diff begins here ---
? devel/ptlib/work
Index: devel/ptlib/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/ptlib/Makefile,v
retrieving revision 1.6
diff -a -u -r1.6 Makefile
--- devel/ptlib/Makefile	10 May 2010 21:09:09 -0000	1.6
+++ devel/ptlib/Makefile	16 Dec 2010 17:41:23 -0000
@@ -43,6 +43,7 @@
 		--disable-atomicity \
 		--with-expat-dir="${LOCALBASE}" \
 		--enable-oss \
+		--enable-alsa=no \
 		--disable-odbc
 ALL_TARGET=	optshared
 
--- ptlib-alsa.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?201012161744.oBGHi4Rk053398>