diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-10 16:14:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-10 16:14:17 +0000 |
commit | eeb5c964159ae29d94ae49840b211d2b4da2017d (patch) | |
tree | 2b33dd741f4beda09c711ab1ad333ab9ec3e3979 /devel/ptlib | |
parent | 2af067bb0596a2b85ef1411acc067e15cfc3eb74 (diff) | |
download | pkgsrc-eeb5c964159ae29d94ae49840b211d2b4da2017d.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 |