diff options
author | wiz <wiz> | 2009-11-10 16:14:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-11-10 16:14:17 +0000 |
commit | f25e556fd9ac0059b5673c96753b09a50555c09a (patch) | |
tree | 2b33dd741f4beda09c711ab1ad333ab9ec3e3979 /devel/ptlib | |
parent | 0a8cec9e201cf88771635f2ec669effa812ef01f (diff) | |
download | pkgsrc-f25e556fd9ac0059b5673c96753b09a50555c09a.tar.gz |
Enable more features; needed by new opal. Bump PKGREVISION.
Diffstat (limited to 'devel/ptlib')
-rw-r--r-- | devel/ptlib/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/ptlib/Makefile b/devel/ptlib/Makefile index e2143567f12..b4a9e65261f 100644 --- a/devel/ptlib/Makefile +++ b/devel/ptlib/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2009/11/10 11:15:12 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2009/11/10 16:14:17 wiz Exp $ DISTNAME= ptlib-2.6.5 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/ptlib/2.6/} EXTRACT_SUFX= .tar.bz2 @@ -20,7 +21,13 @@ BUILD_TARGET= optshared USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-httpforms +CONFIGURE_ARGS+= --enable-httpsvc CONFIGURE_ARGS+= --enable-plugins +CONFIGURE_ARGS+= --enable-jabber +CONFIGURE_ARGS+= --enable-vxml +CONFIGURE_ARGS+= --enable-xmlrpc +CONFIGURE_ARGS+= --enable-soap CONFIGURE_ARGS+= --enable-oss CONFIGURE_ARGS+= --enable-v4l2 CONFIGURE_ARGS+= --enable-opal |