forked from ports/contrib
pidgin: disable gnutls to use nss, code cleanups
This commit is contained in:
parent
ea7a6ba977
commit
400152423f
@ -277,7 +277,6 @@ drwxr-xr-x root/root usr/lib/purple-2/perl/auto/Purple/
|
||||
-r-xr-xr-x root/root usr/lib/purple-2/perl/auto/Purple/Purple.so
|
||||
-r--r--r-- root/root usr/lib/purple-2/perl/auto/Purple/autosplit.ix
|
||||
-rwxr-xr-x root/root usr/lib/purple-2/psychic.so
|
||||
-rwxr-xr-x root/root usr/lib/purple-2/ssl-gnutls.so
|
||||
-rwxr-xr-x root/root usr/lib/purple-2/ssl-nss.so
|
||||
-rwxr-xr-x root/root usr/lib/purple-2/ssl.so
|
||||
-rwxr-xr-x root/root usr/lib/purple-2/statenotify.so
|
||||
|
@ -2,11 +2,11 @@
|
||||
# URL: http://pidgin.im/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Packager: Simone Rota, sip at crux dot nu
|
||||
# Depends on: dbus-glib farstream gtkspell nss startup-notification xorg-libxscrnsaver cyrus-sasl
|
||||
# Depends on: cyrus-sasl dbus-glib farstream gtkspell nss xorg-libxscrnsaver
|
||||
|
||||
name=pidgin
|
||||
version=2.11.0
|
||||
release=1
|
||||
release=2
|
||||
source=(http://downloads.sourceforge.net/project/$name/Pidgin/$version/$name-$version.tar.bz2
|
||||
$name.desktop)
|
||||
|
||||
@ -16,19 +16,17 @@ build() {
|
||||
CONFIG_SHELL=/bin/bash \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-cyrus-sasl \
|
||||
--disable-nls \
|
||||
--disable-schemas-install \
|
||||
--disable-meanwhile \
|
||||
--disable-avahi \
|
||||
--disable-nm \
|
||||
--disable-tcl \
|
||||
--disable-dependency-tracking \
|
||||
--with-system-ssl-certs=/etc/ssl/certs \
|
||||
--with-nspr-includes=/usr/include/nspr \
|
||||
--with-nss-includes=/usr/include/nss \
|
||||
--with-nspr-libs=/usr/lib \
|
||||
--with-nss-libs=/usr/lib
|
||||
--disable-doxygen \
|
||||
--disable-gnutls \
|
||||
--disable-meanwhile \
|
||||
--disable-nls \
|
||||
--disable-nm \
|
||||
--disable-schemas-install \
|
||||
--disable-tcl \
|
||||
--enable-cyrus-sasl \
|
||||
--with-system-ssl-certs=/etc/ssl/certs
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user