add SILC support.
Based on a diff from Andrew Dalgleish <openbsd at ajd dot net dot au>
This commit is contained in:
parent
5c3ae3a69d
commit
f6ce1fc5cf
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.61 2004/06/25 20:52:10 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.62 2004/07/08 18:27:41 brad Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
COMMENT= "Gtk AIM, ICQ, IRC, Jabber, MSN, Yahoo, and Zephyr client"
|
||||
COMMENT= "Gtk AIM, ICQ, IRC, Jabber, MSN, Yahoo, SILC and Zephyr client"
|
||||
|
||||
DISTNAME= gaim-0.79
|
||||
CATEGORIES= net
|
||||
@ -22,7 +22,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/}
|
||||
MODULES= gettext
|
||||
|
||||
LIB_DEPENDS+= gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2 \
|
||||
startup-notification-1.0.0::devel/startup-notification
|
||||
startup-notification-1.0.0::devel/startup-notification \
|
||||
silc::devel/silc-toolkit
|
||||
BUILD_DEPENDS+= :pkgconfig-*:devel/pkgconfig
|
||||
|
||||
USE_X11= Yes
|
||||
@ -36,7 +37,7 @@ CONFIGURE_ARGS+= --disable-gevolution \
|
||||
--disable-tcl \
|
||||
--disable-tk \
|
||||
--enable-openssl
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/silc -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
FLAVORS= audio debug gtkspell
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-configure,v 1.13 2004/06/25 20:52:10 brad Exp $
|
||||
--- configure.orig 2004-06-24 18:51:28.000000000 -0600
|
||||
+++ configure 2004-06-25 13:20:18.000000000 -0600
|
||||
$OpenBSD: patch-configure,v 1.14 2004/07/08 18:27:41 brad Exp $
|
||||
--- configure.orig Thu Jun 24 18:51:28 2004
|
||||
+++ configure Thu Jul 8 11:39:31 2004
|
||||
@@ -463,7 +463,7 @@ ac_includes_default="\
|
||||
# include <unistd.h>
|
||||
#endif"
|
||||
@ -27,6 +27,15 @@ $OpenBSD: patch-configure,v 1.13 2004/06/25 20:52:10 brad Exp $
|
||||
--with-gnutls-includes=PREFIX Location of GNUTLS includes.
|
||||
--with-gnutls-libs=PREFIX Location of GNUTLS libraries.
|
||||
--with-nspr-includes=PREFIX Specify location of Mozilla nspr4 includes.
|
||||
@@ -24125,7 +24128,7 @@ SILC_LIBS=""
|
||||
if test "$ac_silc_libs" != "no"; then
|
||||
SILC_LIBS="-L$ac_silc_libs"
|
||||
fi
|
||||
-SILC_LIBS="$SILC_LIBS -lsilc -lsilcclient -lpthread -ldl"
|
||||
+SILC_LIBS="$SILC_LIBS -lsilc -lsilcclient -pthread"
|
||||
echo "$as_me:$LINENO: checking for silc_client_init in -lsilcclient" >&5
|
||||
echo $ECHO_N "checking for silc_client_init in -lsilcclient... $ECHO_C" >&6
|
||||
if test "${ac_cv_lib_silcclient_silc_client_init+set}" = set; then
|
||||
@@ -27930,6 +27933,14 @@ fi
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.23 2004/06/25 20:52:11 brad Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.24 2004/07/08 18:27:41 brad Exp $
|
||||
lib/gaim/autorecon.so
|
||||
lib/gaim/docklet.so
|
||||
lib/gaim/extplacement.so
|
||||
@ -14,6 +14,7 @@ lib/gaim/libmsn.so
|
||||
lib/gaim/libnapster.so
|
||||
lib/gaim/libnovell.so
|
||||
lib/gaim/liboscar.so
|
||||
lib/gaim/libsilcgaim.so
|
||||
lib/gaim/libyahoo.so
|
||||
lib/gaim/libzephyr.so
|
||||
lib/gaim/notify.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.32 2004/06/25 20:52:11 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.33 2004/07/08 18:27:41 brad Exp $
|
||||
bin/gaim
|
||||
bin/gaim-remote
|
||||
include/gaim/account.h
|
||||
@ -85,6 +85,7 @@ include/gaim/xmlnode.h
|
||||
@comment lib/gaim/libnapster.la
|
||||
@comment lib/gaim/libnovell.la
|
||||
@comment lib/gaim/liboscar.la
|
||||
@comment lib/gaim/libsilcgaim.la
|
||||
@comment lib/gaim/libyahoo.la
|
||||
@comment lib/gaim/libzephyr.la
|
||||
@comment lib/gaim/notify.la
|
||||
|
Loading…
x
Reference in New Issue
Block a user