[BACK]Return to options.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / comms / asterisk16

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/comms/asterisk16/options.mk between version 1.12 and 1.13

version 1.12, 2011/12/12 05:05:34 version 1.13, 2012/01/17 02:12:52
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKG_OPTIONS_VAR=                PKG_OPTIONS.asterisk  PKG_OPTIONS_VAR=                PKG_OPTIONS.asterisk
 PKG_SUPPORTED_OPTIONS=          zaptel x11 unixodbc ilbc webvmail ldap  PKG_SUPPORTED_OPTIONS=          zaptel x11 unixodbc ilbc webvmail ldap speex
 PKG_OPTIONS_LEGACY_OPTS+=       gtk:x11  PKG_OPTIONS_LEGACY_OPTS+=       gtk:x11
 PKG_SUGGESTED_OPTIONS=          ldap  PKG_SUGGESTED_OPTIONS=          ldap speex
   
 .include "../../mk/bsd.options.mk"  .include "../../mk/bsd.options.mk"
   
 PLIST_VARS+=            zaptel x11 unixodbc ilbc webvmail ldap  PLIST_VARS+=            zaptel x11 unixodbc ilbc webvmail ldap speex
   
 # Asterisk now uses DAHDI, not zaptel; not implemented yet...  # Asterisk now uses DAHDI, not zaptel; not implemented yet...
 #.if !empty(PKG_OPTIONS:Mzaptel)  #.if !empty(PKG_OPTIONS:Mzaptel)
Line 95  PLIST.ldap=  yes
Line 95  PLIST.ldap=  yes
 .else  .else
 CONFIGURE_ARGS+=        --without-ldap  CONFIGURE_ARGS+=        --without-ldap
 .endif  .endif
   
   .if !empty(PKG_OPTIONS:Mspeex)
   .include "../../audio/speex/buildlink3.mk"
   CONFIGURE_ARGS+=        --with-speex
   CONFIGURE_ARGS+=        --with-speexdsp
   PLIST.speex=            yes
   .else
   CONFIGURE_ARGS+=        --without-speex
   CONFIGURE_ARGS+=        --without-speexdsp
   .endif

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>