FreeBSD Bugzilla – Attachment 109986 Details for
Bug 151067
[PATCH] devel/ptlib: fix build in presence of alsa-lib
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ptlib-2.6.5_3.patch
ptlib-2.6.5_3.patch (text/plain), 908 bytes, created by
Dmitry Marakasov
on 2010-09-29 13:10:00 UTC
(
hide
)
Description:
ptlib-2.6.5_3.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2010-09-29 13:10:00 UTC
Size:
908 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/ptlib26/Makefile,v >retrieving revision 1.12 >diff -u -u -r1.12 Makefile >--- Makefile 10 May 2010 21:09:09 -0000 1.12 >+++ Makefile 29 Sep 2010 11:58:19 -0000 >@@ -7,10 +7,9 @@ > > PORTNAME= ptlib > PORTVERSION= 2.6.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel >-MASTER_SITES= ${MASTER_SITE_GNOME} >-MASTER_SITE_SUBDIR= sources/ptlib/2.6 >+MASTER_SITES= GNOME/sources/ptlib/2.6/ > DISTNAME= ptlib-${PORTVERSION} > > MAINTAINER= melifaro@ipfw.ru >@@ -29,7 +28,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}" \ >+ --disable-alsa > > OPTIONS= ODBC "Use ODBC" On \ > V4L "Use Video4Linux" Off \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 151067
: 109986 |
109987