- implement commands via irssi signals - detect /topic on join - support /names, including on join - build correctly as .so on OSX
13 lines
542 B
Text
13 lines
542 B
Text
$NetBSD: patch-aa,v 1.2 2010/08/10 20:26:36 sketch Exp $
|
|
|
|
--- src/fe-common/Makefile.in.orig 2002-11-24 13:18:08.000000000 +0000
|
|
+++ src/fe-common/Makefile.in 2010-08-10 20:57:17.000000000 +0100
|
|
@@ -83,7 +83,7 @@
|
|
moduledir = $(libdir)/irssi/modules
|
|
|
|
module_LTLIBRARIES = libfe_icb.la
|
|
-libfe_icb_la_LDFLAGS = -avoid-version
|
|
+libfe_icb_la_LDFLAGS = -module -avoid-version
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) -I$(IRSSI_INCLUDE) -I$(IRSSI_INCLUDE)/src -I$(IRSSI_INCLUDE)/src/core -I$(IRSSI_INCLUDE)/src/fe-common/core -I$(top_srcdir)/src/core
|
|
|