irssi-xmpp is an irssi plugin to connect to the Jabber network. Its aim is to provide a good integration in this text-based irc client and a good support of XMPP (the Jabber protocol). Its main features are: - Sending and receiving messages in irssi's query windows - A roster with contact & resource tracking (contact list) - Contact management (add, remove, manage subscriptions) - Tab completion of commands, JIDs and resources - Many extensions supported (XEP) including Multi-User Chat (MUC) - Support for multiple accounts - Unicode support (UTF-8) - SSL and STARTTLS support ok landry@ gonzalo@
19 lines
442 B
Plaintext
19 lines
442 B
Plaintext
$OpenBSD: patch-config_mk,v 1.1.1.1 2012/11/01 14:41:03 zinke Exp $
|
|
--- config.mk.orig Wed Oct 31 12:27:44 2012
|
|
+++ config.mk Wed Oct 31 12:30:55 2012
|
|
@@ -22,11 +22,11 @@ INCS = ${LIB_INCS} \
|
|
LIBS = ${LIB_LIBS}
|
|
|
|
# flags
|
|
-CFLAGS = -fPIC -std=c99 -DUOFF_T_LONG
|
|
-LDFLAGS = -shared
|
|
+CFLAGS += -fPIC -std=c99 -DUOFF_T_LONG
|
|
+LDFLAGS += -shared
|
|
|
|
# debug
|
|
#CFLAGS += -W -g -Wall -Wno-unused-parameter
|
|
|
|
# compiler and linker
|
|
-CC = cc
|
|
+CC ?= cc
|