View | Details | Raw Unified | Return to bug 151067 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 7-16 Link Here
7
7
8
PORTNAME=	ptlib
8
PORTNAME=	ptlib
9
PORTVERSION=	2.6.5
9
PORTVERSION=	2.6.5
10
PORTREVISION=	2
10
PORTREVISION=	3
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	${MASTER_SITE_GNOME}
12
MASTER_SITES=	GNOME/sources/ptlib/2.6/
13
MASTER_SITE_SUBDIR=	sources/ptlib/2.6
14
DISTNAME=	ptlib-${PORTVERSION}
13
DISTNAME=	ptlib-${PORTVERSION}
15
14
16
MAINTAINER=	melifaro@ipfw.ru
15
MAINTAINER=	melifaro@ipfw.ru
Lines 29-35 Link Here
29
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
30
29
31
CFLAGS+=	-I${LOCALBASE}/include
30
CFLAGS+=	-I${LOCALBASE}/include
32
CONFIGURE_ARGS+=	--enable-oss --enable-plugins --with-expat-dir="${LOCALBASE}"
31
CONFIGURE_ARGS+=--enable-oss --enable-plugins --with-expat-dir="${LOCALBASE}" \
32
		--disable-alsa
33
33
34
OPTIONS=	ODBC		"Use ODBC" On \
34
OPTIONS=	ODBC		"Use ODBC" On \
35
		V4L		"Use Video4Linux" Off \
35
		V4L		"Use Video4Linux" Off \

Return to bug 151067