Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2010 17:45:28 GMT
From:      Koop Mast <kwm@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153223: [patch] devel/ptlib26 fix build with alsa-libs
Message-ID:  <201012161745.oBGHjS8M053554@freefall.freebsd.org>
Resent-Message-ID: <201012161750.oBGHoC96054233@freefall.freebsd.org>

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

>Number:         153223
>Category:       ports
>Synopsis:       [patch] devel/ptlib26 fix build with alsa-libs
>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:12 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. It doesn't build and support is so-so.
	
>How-To-Repeat:
	
>Fix:

	

--- ptlib26-alsa.diff begins here ---
? devel/ptlib26/work
Index: devel/ptlib26/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/ptlib26/Makefile,v
retrieving revision 1.12
diff -a -u -r1.12 Makefile
--- devel/ptlib26/Makefile	10 May 2010 21:09:09 -0000	1.12
+++ devel/ptlib26/Makefile	16 Dec 2010 17:32:32 -0000
@@ -29,7 +29,8 @@
 USE_LDCONFIG=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include
-CONFIGURE_ARGS+=	--enable-oss --enable-plugins --with-expat-dir="${LOCALBASE}"
+CONFIGURE_ARGS+=	--enable-oss --enable-plugins --with-expat-dir="${LOCALBASE}" \
+		--enable-alsa=no
 
 OPTIONS=	ODBC		"Use ODBC" On \
 		V4L		"Use Video4Linux" Off \
--- ptlib26-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?201012161745.oBGHjS8M053554>